Hello,
I need a way to decide on which Api to use for UARTE (configured as uart1) once in main(). I am not intending to switch between them nor to use them at the same time. I am aware that it is not possible to use both simultaneously on the same uart. I am using the the nRF52840 with the following configuration
- Uart0 is chosen for the console debugging.
- Uart1 needs to work using
- the interrupt driven api if the sensor is of type x
- and work with the async api if the sensor is of type y.
Any help, even a hacky workaround, will be much appreciated.