Part Number: MSP430FR5959 Other Parts Discussed in Thread: MSP430FR5969 , CC1101
Tool/software:
I implemented the MSP430FRBoot example for MSP430FR5959. Since the example code is for FR5969, I followed the same memory map for the MSP430FR5959 controller…
Part Number: MSP430FR5959 Tool/software: unable to resolve the problem as shown in attached image. Fuse is not blown we verified with msp430 flash programmer.
Part Number: MSP430FR5959 I am looking for the driverlib source for MSP430, specifically version: 2.91.07.07 I have visited the MSP43 driver lib Download options page , but I am not able to find the source code for 2.91.07.07
Can you please share the following…
Part Number: MSP430FR5959 Other Parts Discussed in Thread: MSP430WARE Tool/software: Hi-
I received a radiation test firmware from the TI application engineer. This firmware requires the code to preside in the exact location of the uC FRAM for it to work…
Part Number: MSP430FR5959 Hi,
I am using CCSv12.1 to run example program on my MSP430FR5959 Launchpad. I am able to debug but I have these warnings below. Is this because I am using CCSv12.1? Should I use a lower version of CCS. I am going to start development…
Part Number: MSP430FR5959 Other Parts Discussed in Thread: MSP430WARE Hi experts,
I am using MSP430FR5x and would like to confirm the stack usage. The following figure shows "adc12_b_ex1_avccRef" from MSP430WARE(MSP430Ware_3_80_14_01) built with a same…
Part Number: MSP430FR5959 Hi out there...
I'm strugling with the MSP430FR5959 BSL over UART (P2.0,P2.1)
After invoking the BSL Jump via Software
((void (*)())0x1000)(); // jump to BSL
I am able to talk to the MSP via Uart
TX: 0x80 0x01 0x00 0x19…
Part Number: MSP430FR5959 Other Parts Discussed in Thread: MSP-FET Hello,
I've been using the USB-FET for quite some time.
Now, when trying to download a program with the debugger, I'm getting the following error:
"Trouble Writing Memory Block…
Part Number: MSP430FR5959 Hello, I would like to interrogate A0 to A2. The conversion should be started by a timer. I have used the following initialization:
ADC12CTL0 = ADC12SHT0_0 | ADC12ON;// | ADC12MSC;
ADC12CTL1 = ADC12SHS_1 | ADC12CONSEQ_1;…
Part Number: MSP430FR5959 Other Parts Discussed in Thread: MSP430FR5969
We are using the UART on the MSP430FR5969 to communicate with other boards(all with the MSP430FR5969) that could be at significantly different temperatures, with differences of >20C…