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

Is app_timer incompatible with Gazell?

Both app_timer.c and gzll_gcc.a seem to have a reference to "SWI0_IRQHandler".

  • Hi,

    Yes, they both use SWI0. The workaround can be to use the SWI1 handler instead, as we do in the nRFready Desktop 2 source code. Note that this file is taken from nRFready desktop 2 v1.0.5 (current ver at the time of writing this post)

    Best regards Håkon

    app_timer_mod.c