I am using SDK12 with nrf52832. UART working fine (with FIFO) and Timer1 also works.
I wanted to set a 1 minute timeout around the UART dialog to handle disconnection etc.
However, if I enable Timer1 when waiting for a response from the UART the timer responds as expected but the responses from the UART no longer occur. Specifically, the UART's event handler is no longer called.
This looks like some kind of a conflict but I'm not sure where and why?
Thx.