SDK v12, SD130 on 51822.
I init uart through APP_UART_FIFO_INIT, and installed uart_event_handler. UART rx/tx with an external MCU works OK while softdevice running.
then i tried to use sd_softdevice_disable() to disable softdevice. I expect uart to work as the same. However the uart turns out not responding anymore, either not receiving or sending anything.
Is it normal? Is uart related API and event handler still usable after softdevice disabled? any specific thing need to do to keep uart running?
thank you.