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

app_timer not working with swi0 event

I am facing some problems with the app_timer api. In my application I have created two app timers. The timer api is using the swi1 interrupt for its working. I am using it with the mesh api, in which it uses the sw0 interrupt for the event handling. The problem is whenever the mesh event happens the app_timer stops working. I am using nrf51822 with softdevice 7.3 and sdk . If I enable only one timer, everything will work fine. But if I enable two timers , it will stop working. Please give some suggetions for solving the issue.

Related