Hi,
I am trying to use app_timer (had this working in isolation like I wanted) and esb (also had this working by itself) in the same binary. They both implement SWI0_IRQHandler which is a problem :)
I am not sure how to handle this? I cannot avoid esb, so I guess I don't use app_timer? Can I reconfigure anything to avoid conflict?
/Alex