Hi,
I am going to use a timer in my code which includes ble_app_uart (using app_timer) and saadc examples. I need this timer to read time during the program.
I know that timer0 and RTC1 are used by SoftDevice and app_timer, respectively. I used timer1 for ADC.
Is there anymore limitation for timers?
Because every timer (2-4) I used as a timer for reading time, does not work. Actually, there is no error during building, although when I run the program it gets stuck in reading time.
any idea?
Br,
Sama