I am trying to get the lpuart sample, interrupt driven, working on an nRF5340DK board. When I run the compiled sample on my DK board I see the interrupt routine is hit only once and no data is sent as observed using a Saleae device. Following the first interrupt hit, the TX line will go low at every iteration through the sample loop but no data and no calls to the interrupt handler. I have also tried this on an nRF52840DK with the same result. Any ideas as to what I might be missing?
I am building with the nrf5340dk_nrf5340_cpuapp_ns board configuration with the nRF Connect SDK v2..3.0 SDK installed with nF Connect.