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: DeepSleep application source code

Part Number: CC3200

Hi 

I notice that from the sleep example in SDK 1.3.0, there is also a deep sleep application. However, it is not in the SDK. 

I do see MAP_PRCMDeepSleepEnter macro being define in rom_map.h, but if I simply replace MAP_PRCMSleepEnter() with MAP_PRCMDeepSleepEnter(), it can't pass compilation due to the symbol is not resolved.

Then, I try to search online, and I come across this link. May I know how to get the files for this application? Thanks!

http://processors.wiki.ti.com/index.php/CC3200_Deepsleep_Application