Part Number: MSP430FR5994 Other Parts Discussed in Thread: ENERGYTRACE Tool/software: Dear all,
I came across the following situation when using I2Croutines using EEPROM memory.
I2C configuration on the MSP430FR5994
//////////////////////////////…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: TRS3232E , TRS3232 Tool/software: Hello everyone. I need a help about Msp430FR5994 Uart communication ports. I'm trying to use msp430FR5994 (64 pins) to communicate with another device trough RS232…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: ADS8866 , MSPM0G3507
Tool/software:
MSP430FR5994 SPI communication, using a 16MHz clock, when sending one byte followed by the next byte, there is a 6.63µs gap between each byte?
//****…
Part Number: MSP430FR5994 Tool/software: I have problem writing to FRAM2, no errors or warnings, but the write don't take. I minimized the test-code to this, the read works, but the writing does nothing.
Please advice!
lnk_msp430fr5994.cmd:
...
…
Part Number: MSP430FR5994 Tool/software: Hello Everyone,
I am trying to use the DSP library to work with the low-energy accelerator on my device. I have downloaded the DSPLib module from the Resource Explorer and added its path into the compiler's include…
Part Number: MSP430FR5994 Tool/software: Hello everyone,
I'm trying to connect MSP430FR5994 with OV7670 (with FIFO memory), getting an image data (not for video streaming) and show it on the PC screen (with Python code). I can successfully read the…
Hi Sal,
Thank you for your response.
The thread you mentioned in link is talking about some example project was not created or connection issue. Are you reffering to some other thread ?
Yes when i manually replace lnk_msp430fr5994.cmd in CCS Theia wi…
Part Number: MSP430FR5994 Tool/software: I am trying to connect the MSP430 to an ADC which has a SPI interface, but rather than using MOSI/MISO it has a single SDIO pin, which switches direction depending on whether it has been sent a read or write command…
Part Number: MSP430FR5994 Tool/software: Hello,
While using CSS V10 (C code) I have an issue with this message:
program will not fit into available memory
But when I look into the used memory, it's less than the datasheet.
It should be 256K as program…
Part Number: MSP430FR5994 Tool/software: I'm trying to port CryptoBSL IAR project to MSP430FR5994. I have this compiled after some adaptations but before any testing, I would like to know how I can prevent the device being bricked. I would like to…