TIMER NOT TRIGGERING IN NRF52833 SDK

I have created an application that initiates a timer for 30 seconds and when it expires it calls an expiry function that switches the system off, if no button is pressed since then.

This was working fine, nrf52832 board, but now in nrf52833 board the code is not triggering the timer

I have changed the required configuration files and pin numbers required for nrf52833 when migrating from nrf52832.

I am not able to understand why its not triggering the code no matter what.....PLEASE HELP


I USE

K_TIMER_DEFINE(my_timer, expiry_function, NULL);
Parents Reply Children
No Data
Related