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.

CC3200: How to set up SimpleLinkSyncWaitLoopCallback in Energia?

Part Number: CC3200
Other Parts Discussed in Thread: ENERGIA,

Hi 

We have been developing code in Energia's environment and want to utilize LPDS mode. Our code is intended for non OS application, so we are referring to idle profile non OS example in SDK. 

My set up is like this

However, I also just learned from this post that we need to call SimpleLinkSyncWaitLoopCallback. If I simply copy the function definition over, I don't think it is being invoked by any functions or interrupt handlers. May I know how to set up this function in Energia?