Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.
Part Number: MSP430FR5736 Other Parts Discussed in Thread: MSP430FR5969 , MSP430FR5739 Hi,
My customer is having difficulties to get the MSP430FR5736 to enter/exit LPM4.5.
The code is running on a custom board, and has been stripped from its original application…
Other Parts Discussed in Thread: MSP430FR5739 , MSP430FR5736 Hi all,
Quick question. Working with MSP430FR5736. Datasheet includes section on ADC10_B peripheral. And adc10_b files are there in driverlib includes. There is a working example for the 5739.…
I put together a small script that would automatically compile a small test main.c with all the fram targets and report back which ones ended up with no __MSP430_HAS_FRAM__ (please ignore the list from my first post):
https://github.com/rodan/reference_libs_msp430…
Other Parts Discussed in Thread: MSP430FR5736 I have a MSP430FR5736 and cannot get it to enter and exit LPM3.5. I unlock LOCLLPM5 and then
mov #PMMPW+PMMREGOFF,&PMMCTL0
bis #LPM3,SR
as per the user guide. It never exits this. If I substitute a loop…
Other Parts Discussed in Thread: MSP430FR5736 , MSP-TS430PW28 I was programming and debugging code on a MSP430FR5736 over the past few days and then this morning started again and found that I got the message that security fuse flown or device not recognised…
Other Parts Discussed in Thread: MSP430FR5736 Hi can i use MSP430 Lanuchpad to program MSP430xx devices(other than MSP430 value line devices) such as MSP430FR5736 and low voltage part.
Other Parts Discussed in Thread: MSP430FR5739 , MSP430FR5736 Hello, I've got today the CC3000 module with the MSP430FR5739 (the FRAM - MSP430FR5739 kit).
I've followed the patching & compiled & burn the "BasicWiFi Application".…
I am having the exact the same issue. I am using MSP430FR5736 and have ported the SPI driver, but the code just gets stuck at hci_event_handler(). It seems that there is no event or data received from CC3000.
Is it because that the CC3000 does not get…
Other Parts Discussed in Thread: MSP430F5232 , MSP430FR5736 , CC3100 Hi Everyone,
I am currently using Basic WiFi Application project based on CC3000 + Host MCU(MSP430F5232), and it did the smartconfig, DHCP, TCP socket connection with no problem. Then…