Part Number: MSP430FR5949 Other Parts Discussed in Thread: CCSTUDIO , , MSP430WARE I have a couple PCBs where the MCU is a MSP430FR5949 instead of _5849. We have a loader piece of firmware that we put on using CCStudio. This loader in turn will load a hex…
Part Number: MSP430FR5949 Hi,
I am using UART protocol as command and response manner. So, whenever the controller receives the command then only it responses. Earlier this function of protocol is okay with following configuration: Baud_Rate : 9600, Bits…
Part Number: MSP430FR5949 Hello,
I am using a SPI interfaced NAND Flash to store my per second result data by RTC interrupt for every second. Storing of data is successfully done. But a irregular error event has been found in SPI bus. For particularly…
Part Number: MSP430FR5949 Hello,
I receiving a error message while debugging the code that "Break at address "0x9a000" with no debug information available, or outside of program code".
I don't know why it appears. Valuable answer will…
Part Number: MSP430FR5949 Helo experts,
Could you tell me the the detail of reason when Security violation (BOR) is detected? I can't find the detail why Security violation (BOR) is occured from datasheet and user guide. Thanks and best regards, Ryo…
Part Number: MSP430FR5949 Other Parts Discussed in Thread: STRIKE
#define CALADC12_25V_30C *((unsigned int *)0x1A22) // Temperature Sensor Calibration-30 C
#define CALADC12_25V_85C *((unsigned int *)0x1A24) //See device datasheet for TLV table…
Part Number: MSP430FR5949 Hi team,
We have MCU connected to the MSP430FR5949 with 2.3Vhigh IO levels. The VCC of the MSP430FR5949 connected directly to a Coin Cell Lithium battery (~3V). Do you see any risk with our IO voltage level?
In MSP430FR5949 datasheet…
Part Number: MSP430FR5949 Other Parts Discussed in Thread: UNIFLASH Hi all,
As per earlier query, i have problem with 2 cards and upon verification it seems SMCLK is not generated. As suggested in some of the posts, i have read the reset vector using uniflash…
Part Number: MSP430FR5949 Hi all,
We are using FR5949 controller for sharing data through serial communication. In 2 of our cards we have a field issue where the serial communication is not working, upon verfication i have observed that SMCLK is not generated…
Part Number: MSP430FR5949 Dear Team
I have used the following clock configurations in my co
PM5CTL0 &= ~LOCKLPM5;
// Startup clock system with max DCO setting ~8MHz
CSCTL0_H = CSKEY >> 8; // Unlock clock registers
CSCTL1…