Hi
nrf52833 SDK16
The following code works fine on UART 0 but not on UART 1
The problem seems to come from nrfx_uart.c
There is no support for a UART1, so nrf_prs_acquire() will fail on the
Also nrf_uart.c lacks support for uart 1 in the irq_handler section:
How am I meant to get two uarts working with this part? id nrfx a bad option?
Many thanks