I figured out why LPM4 doesn't enable interrupts. The macro for this (in msp430f5219.h) doesn't set the GIE bit. Instead I'm now using the __low_power_mode_4() macro from intrinsics.h, which is the same as LPM4 but also sets the GIE bit.
Now the device…
Other Parts Discussed in Thread: MSP430F5219 , CC2564 I had some code based on the SPPLE lite example running OK on the 5529 experimenter board, with the CC2564 BT board attached. Now I'm trying to port this to a custom target board with a MSP430F5219…
I'm trying to set up two pin interrupts on the same port, but when I enable the interrupts my other code doesn't run properly. I think it's possibly getting stuck in the ISR. Am I not clearing the flags properly?
#define TRIGGER_LEFT (BIT3) //of port…
Hi Barak, I'm trying to do something similar on the MSP430F5219 (save and recall pairing info) and ensure secure communication. Did you make progress on this after your last post?
Thanks,
Angelo
What are the practical limits to the period argument? I'm currently using the Bluetopia stack on a MSP430F5219 with a function added to the scheduler with a 10ms period, and I want to reduce that time. I'm concerned about reducing so far that it may interfere…
Angelo,
It is certainly possible to call SPP Data Write outside of the callback functions. Are you logging the return value when you call it outside the callback? If not you need to do this to determine what errors the function may be returning (BTErrors…
Other Parts Discussed in Thread: CC2564 , MSP430F5219 We are using the SPPLE example project on an MSP430F5219 device with CC2564 attached and want to save and restore pairing keys to avoid having to pair each time the device is power-cycled or reset…
Hi Koichiro,
Although the release notes don't mention that F522x and F521x devices are supported, I did find them in the CCS resource explorer under the SYS/BIOS examples. Specifically, I found MSP430F5212, MSP430F5214, MSP430F5217, MSP430F5219, MSP430F5222…
Hi MSP student,
I'm attaching a list of devices supported by SYS/BIOS (the RTOS):
3276.devices.html
If you want TI-RTOS, which includes SYS/BIOS as well as driver support (SPI, UART, etc), the list of MSP devices supported by TI-RTOS is the following…