Hi everyone,
I have a problem since a couple of day with an interrupt of app_timer not triggering when adding a BLE central to my project. The device is working well as a peripheral but when I try to implement a central adding the following libraries : ../nrf_sdk/nrf_ble/nrf_ble_gq ../nrf_sdk/nrf_ble/ble_db_discovery ../nrf_sdk/nrf_ble/nrf_ble_scan my different timers using app_timer do not work anymore.
After some debugging I have noticed the following behaviour : my two timers do init properly but the when looking at RTC1->Counter nothing happens. It is the only difference I noticed comparing with the RTC1 registers of my peripheral firmware.
PS : I have tried a couple of things in the config files but it doesn't change anything.
Thanks a lot for your help