Hi,
I'm trying to enable a HW timer (TIMER1) in my BLE application. I'm using SDK 16, and following the pattern shown in examples/peripherals/timer. However, when I get to nrf_drv_timer_enable(), I get a system reset before exiting this function. Here is the relevant parts of my code -