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

hard fault occurs on app_timer_start not able to get returned value

Hi,

        ret_val=app_timer_start(m_Reboot_id, APP_TIMER_TICKS(2*1000, APP_TIMER_PRESCALER), NULL);
        NRF_LOG_INFO("Test");

after app_timer_start it not self restarted or executed next line

I am using inside dfu bootloader app
SDk 12.3.0

Same code working in my application code

Parents Reply Children
No Data
Related