I have the device blinking each SYSRSTIV value it gets from repeated executions of:
switch (__even_in_range(SYSRSTIV,SYSRSTIV_PMMKEY)) On the first time powering up, it shows me that the case SYSRSTIV_BOR was found, and no others. After executing the…
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 …
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.…
Other Parts Discussed in Thread: MSP430F5217 , MSP430F5224 , MSP430F5214 , MSP430F5219 , MSP430F5229 , MSP430F5212 , MSP430F5222 Hi, According to the latest SYS/BIOS 6.45.01.29 GA release notes, MSP430F525x are not included.
http://software-dl.ti.com/dsps/dsps_public_sw…
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. I…
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…
Other Parts Discussed in Thread: MSP430F5219 , MSP430F147 I am trying to write to bluetooth running the SPPLE Demo Lite on the MSP-EXP430F5529 outside of the callback function. Is this possible? I'm used the spp_data_write function but that didn't work…
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…