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_nw中的一些问题



deepsleep_nw例程的电源管理部分主要是利用nw_if.c中的空闲回调函数vApplicationIdleHook()函数来实现低功耗的操作,但在分析main函数时,

初始化板子--->配置引脚--->初始化终端--->lRetVal = VStartSimpleLinkSpawnTask(SPAWN_TASK_PRIORITY);---->lRetVal = osi_TaskCreate(TCPServerTask,......)

但哪里调用了这个vApplicationIdleHook()这个函数,请TI技术支持教导一下