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

app_timer() not working on custom nRF51822 target board

I have a problem that I can't figure out. I have a custom board with an nRF51822 QFAB. The board will run a test application that uses nrf_delay_ms() to toggle an output pin, but when I attempt to replace nrf_delay() with an app_timer it hangs when initializing the SOFT_DEVICE_HANDLER() macro.

I've attached a very basic source file that illustrates the problem. This file runs fine on my PCA10028 board, but hangs on my custom target. I've also attached my Keil project settings and the schematic of my custom target board. Thanks in advance for your help!

Attached: timer_test.c Keil settings for timer_test project.png nRF51822_QFAB_target_schematic.png

Related