Part Number: MSP430FR5949 Other Parts Discussed in Thread: MSP-TS430RHA40A , MSP-TS430RGZ48C , Tool/software: I have some MSP430FR5949IRHAR chips I would like to preprogram but wanted to ensure I order the correct target board. The MSP-TS430RGZ48C is…
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…
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…
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 help me to resolve…
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 It is working perfectly but i have some doubt in this SYSRSTIV comes 0x0016 when we come of the ieration but after if condition SYSTSTIV comes like 0x000 why? can you please explain
#include <msp430.h>
int main(void) { /…
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…
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 memory…
Part Number: MSP430FR5949 For what I understood it is possible to program the MSP430FR5949 using the BSL UART (with pins P2.0 and P2.1, RST and TEST). That is what I have been doing. According to what I understood from the datasheet, it is possible also…