Max time when interrupts are disabled
What is the maximum time for which the interrupts are disabled in the BLE stack?
I am using DA14681 dev kit (PRO) and using pxp_reporter example. I modified the example to add a hw_timer0 and in the timer ISR, I simply toggle a I/O line and looking at the period on o-scope. The timer is configured to interrupt every 500 micro-secs, but I am seeing >200 micro-secs of jitter on o-scope. However, when I disable the pxp_reporter task (commented out the creation of this task), this jitter reduces (~ 20 micro-secs).