I am trying to trigger some functions based on some pre-determined timings. I tried to do that using nrf_delay_us and also using timer0 interrupts, but both are giving me un-deterministic timings. So for a delay of 1 second using the delay or the timer methods both give more like ~999,980 us. I tried to force CONSTLAT but for some reason in the debugger I can see that the command has no effect on the TASKS_CONSTLAT bit.