Realtime debugging SDK5 14580 basic kit

2 posts / 0 new
Last post
tzukuri
Offline
Last seen:4 years 1 week ago
加入:2014-08-03 10:50
Realtime debugging SDK5 14580 basic kit

Hi Guys,

I want to disable sleep to allow us to debug in realtime our application, most of the posts here talk about undefining deep sleep and extended sleep in a config file however this seems to have moved in SDK5. Could someone clarify how to do it in the latest SDK?

Thanks

马克

Keywords:
Device:
MT_dialog
Offline
Last seen:2 months 3 weeks ago
工作人员
加入:2015-06-08 11:34
Hi tzukuri,

Hi tzukuri,

In the SDK5 go to the user_config.h file, find the app_default_sleep_mode and set it to ARCH_SLEEP_OFF value instead of ARCH_EXT_SLEEP_ON.

Thanks MT_dialog