Hi,
Please help me with the following theoretical situation: I have a NRF52832 running HID profile, mostly sleeping. From time to time, an external interrupt occur (GPIO line) and the time interval in which the MCU must handle this interrupt is 150us, when running the handle code only takes 50us.
Is it possible to configure the softdevice in such way that the MCU will handle the interrupt EVERY time ? i.e. is there a way to define a critical section in the code that overcome the softdevice priority?
Thanks