This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Modifying the sample accelerometer code (ez430-rf256x)

Other Parts Discussed in Thread: CC2560, MSP430BT5190

Hey guys,

                I'm using two ez430-rf256x bluetooth modules to exchange data. I used the sample accelerometer code from ti and its working perfectly.
But it keeps sending the data continuously. I know that "appl_send_spp_data" function is used to send data but i don't know how this function is being called. I tried to trace it down but the code is too complicated.

i need some sort of function which will send a bunch of data (not accelerometer data) and then come back to main so i could do rest of my processing.
Any help would b appreciated.
Thank you,