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.

CC2340R5: How add a timer to send Notification every 2 seconds?

Part Number: CC2340R5

Hi There 

i used simplelink_lowpower_f3_sdk_7_10_00_35 and data stream example to develop. 

and i try to send Notification every 2 seconds.

so  i Created a timer in the beginning use RTOS function in  appMain() .

and Call DSP_sendData (in the data_stream_profile.c ) form Timer Handle.

After i call DSP_sendData , always goto ICall_Errno ICall_abort(void).

Could you gave me some idea to implement send Notification every 2 seconds?

Best,

Dennis