Part Number: MSP430FR5994 Other Parts Discussed in Thread: CCSTUDIO Hi,
I'm first to use the mspdebug to deploy a DNN on msp430FR5994. After I successfully flash the executable to the board, I try to run it on the board but there is no output shown…
Part Number: MSP430FR5994 Hello Everyone,
I have an issue with my ADC values being incorrect when the PWM starts. I am working on a project that needs that I take ADC values for several parameters. Before the PWM thats drives my buck converter starts…
Part Number: MSP430FR5994 Hi Team,
customer is evaluating new use cases for MSP430FR5994.
They would would like to know whether it is possible to implement wavelet transformation within MSP430, maybe already in the Lea. they have seen that there…
Part Number: MSP430FR5994 Dear Sir/Madam,
I am new to MSP430 and have tried the launchpad MSP-EXPMSP430FR5994 and it works fine.
How do I program a blank MSP430FR5994 using the launchpad ?
is the blank device include TLV for temperature and battery…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: MSP430FR5962 , MSP430FR5992 Dear TI-Team!
Right now I am working with the MSP430FR5994. This uC has a MPU which allows me to divide the FRAM in 3 segments. The lowest segment contains my code…
Part Number: MSP430FR5994 HI teams:
In the MSP430FR5994 chip, if I want to use the DMA module to receive the data sent back by the sampling chip, how should the DMA bottom layer be configured correctly? Problem background: I want to collect data from…
Part Number: MSP430FR5994
I am trying to learn (man power shortage and trying to learn at 71 years, all along I was doing hardware design and system design, but never coded for the past 35 years).
Is there a comprehensive manual or book on ASSEMBLY…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: UNIFLASH Hi team,
We recently have some FRAM data lost problems with our products using MSP430FR5994IZVWR.
The MCU was functioning properly at the beginning, while after running couple days…
Part Number: MSP430FR5994 Hello,
I'm using the MSP430FR5994 and I need to sample a signal at a 10 to 100kHz sampling rate. Is there a controlled way to do this with the built-in "Repeat Single Channel Mode" (I saw it takes 14 to 15 ADC clock cycles…
Part Number: MSP430FR5994 Configure the FR5994 MCLK to 16Mhz, SMclk to 16Mhz, start the IO interrupt, in the IO interrupt will use DMA read, measure the execution time issue, the same statement in the IO interrupt time is longer than in the main loop…