Hi support team,
I would like to know if the following behavior is a normal behavior: My config: NRF51422 AAE0 + S310 V2.0
When I enable some inetrrupt like UART for example, soon I enable the softdevice by calling sd_softdevice_enable() function, the interrupt previously activated are disabled. I've looked the Interrupt Enable control register @0xE000E100 before and after the sd_softdevice_enable() function.
Is it the normal behavior?
Thanks, Bruno