Hi,
Is there any way we can measure performance on nrf5340?
We have an IRQ event handler for ISR and we see that whenever the event handler is invoked, main function slows down resulting in timing issues.
Adding logs with timestamp to check this slowing is only worsening the slippage.
Is there any way we can verify is the measure if main() is getting enough CPU when ISR is being addressed?
Also, any help towards how to address slowing down in such scenarios is appreciated. We tried increasing main thread's priority to maximum(-15). This did not help.
Regards,
Divya