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

Bootloader app_start_timer cause HardFault

Hi,

Im trying to modify secure_bootloader demo in SDK_12.3, to use timers. I modify nerf_dfu.c file in libraries/bootloaders catalog. I want to achieve bootloader wait for 30s for update next start application normally if app is valid. 

After call app_start_timer() function bootloader hang on hard fault. I'm using PCA10028 development board and own device and on both it's not working. Could You give me some advices what I am doing wrong?

Related