Part Number: MSP430FR5994 Hi TI Team,
I am working on MSP430FR5994 OTA via UART (ESP01 WiFi module connected through UART). I am referring to the SDK examples MSP430FRBoot 1_03_00_00.
I am looking into Host CCS and Target CCS UART examples. But…
Part Number: MSP430FR5994 Hi,
It seems that the file describing the GPIO peripherals (msp430fr5994.h) shipped with Code Composer is broken - the macros, defining the existance of GPIO ports (e.g. __MSP430_HAS_PORT5_R__) are missing, causing the driverlib…
Part Number: MSP430FR5994 Hi,
I'm trying to perform a simple ADC read with the ADC12_B module, but for some reason the ADC12BUSY always remains busy. When my code runs the processor gets stuck in the while loop waiting for the busy bit to clear.
I…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: UNIFLASH , MSP-FET I successfully flashed devices with the MSP430FR5994 controller, the MSP-FET programmer and the Uniflash program. But it spontaneously disappeared after several attempts to…
Hi,
I have not run into this issue. The symptom is strange.
What is the board you are using to debug the MSP430FR5994?
When debugging the board, everything is going well?
The corruption just occurs at stopping the debug?
Do you have tested…
Part Number: MSP430FR5994 Hi,
We are using MSP430FR5994 MCU for our one of product, now due to some additional feature we required additional RAM. It is now exceeded from 8K.
So, we would like to FRAM space for RAM kind of operation as our code…
Part Number: MSP430FR5994
Hi everyone
I wanted to receive data from terminal of CCS through UART. I have fixed baudrate as 9600. And initialized an LED to blink when the data from terminal get matched. But when i write data through terminal the LED…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: MSP430FR2355 , MSP430FR2433 , MSP430FR5992 Hello,
I'm using MSP430FR5994 and MSP4305992
After changing the chip used from MSP430FR2355, MSP430FR2433 to MSP430FR5992, MSP430FR5994, SPI communication…
Part Number: MSP430FR5994 Hi,
I am a beginner working with MSP430FR5994 to generate a 1KHz trigger and read voltage values using the ADC. I have the code working where I am able to see the voltage read by the ADC being updated in the ADC12MEM0 register…
Part Number: MSP430FR5994 Dear sir/mam
I'm trying to interface ADXL345 accelerometer with msp430fr5994 by using SPI. When i run the program I'm getting dummy value as 0XFF on transmit buffer.Im sharing the code here.I have used header file as SDK of…