Hi,
I'm using nRF Connect SDK 1.7.1.
Is it possible to mix polling & interrupt driven UART API?
I have a situation in which I want to receive input once in a while via UART, which would naturally fit into an interrupt, and I have implemented via uart_irq_callback_set,
and unrelated to this, but based on a GPIO input, I'd like to transmit output via UART.
I tried to call uart_poll_out on a GPIO event, but it doesn't seem to send anything.
Any help would be appreciated!
Vitaliy