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

migrating from SDK8 to SDK12 app_timer crashes softdevice, pc 0x000104AE, fault ID 0x00000001 error_info 0x0000000

Hi,

Im migrating from SDK8 to SDK12

app_timer crashes

Debugging at app_error.c shows m_error_data to be :

softdevice, pc 0x000104AE, fault ID 0x00000001 error_info 0x0000000 

I have 4 other timers existing, this specific timer 'start' command crashes the softdevice

removing other timers does not solve this problem

this is my relevant syntax

APP_TIMER_DEF(m_leds_timer_id);

app_timer_create(&m_leds_timer_id, APP_TIMER_MODE_REPEATED, led_effect_timeout_handler);

app_timer_start(m_leds_timer_id, interval, NULL);

would appreciate help,

especially understanding the pc 0x000104AE

Thanks in advance

Parents Reply Children
Related