I have a application where I need to time acurately the time between two enternal pin signals. I have this working using the
k_timer which & read & restart within the GPIO ISR. This works well unit I enable BT then the timings are wrong use to the BT ISR having higher priority.
I guessing I can use the timer/capture function to capture & restart the timer, this can then generate an interrupt which I can process the captured values. The varying IRQ latency would then be no longer an issue.
I'm using up-to-date uNR Connect for VS Code & the Extention pack