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

Can I use app_timer and nrf_drv_timer together?

Hi,

I am having problems with using BLE along with gpiote and ppi for measuring the delay between two waveforms and sending the delay between them to an app using bluetooth. I am measuring the delay using the nrf timer driver, which i've learnt that it's very precise. And I got the code for BLE from a Nordic's tutorial that uses app_timer (RTC). However, they are not working together... is there conflict between these two? How do I make the code work???

Thank you in advance.

Related