Hello dear all. I am compiling a firmware to merge the timer function into the nrf52-ble-app-uart-c-multilink firmware. The timer function is copied from ble_app_uart__saadc_timer_driven__scan_mode which in Github https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/ble_app_uart__saadc_timer_driven__scan_mode.
The nrf52-ble-app-uart-c-multilink firmware is also from Github NordicPlayground https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink.
I wanna to set up a BLE network with one central and multiple peripherals based on NUS. I need timer in the central to transfer data with every peripheral individually. But after I add code for timer into the nrf52-ble-app-uart-c-multilink, the timer doesn't work normally. There is no error and warning in compiling, but the "nrf_drv_timer_extended_compare" function cannot be step into. When debug the firmware, the function is skipped. What cause the problem? Any help will be appreciated.
