This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ble_app_hrs_freertos How to enter Idle , Like this idle_state_handle().

I use nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_hrs_freertos.

I find freeRTOS idle task.

void vApplicationIdleHook( void )
{
#if NRF_LOG_ENABLED
     vTaskResume(m_logger_thread);
#endif
}

But no find  idle handle,like this nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_hrs dle_state_handle() .

So  How to enter Idle mode.

Parents Reply Children
Related