UART21 can't receive RX data

I am using the nRF54L10 chip with NSC-V3.0.0, and I encounter an issue when using uart21 (p2.07–p2.08). If RTT is connected, UART transmission and reception both work normally. However, if RTT is not connected, data is often not received, even though I can see the correct RX waveform on an oscilloscope. If the nRF54L10 sends data and the slave device responds immediately, the nRF54L10 can receive the data. But if the nRF54L10 sends data and the slave device responds after a delay of about 10ms, the nRF54L10 cannot receive the data.

Parents
  • Additionally, I have found that my UART is not used in any thread. If I comment out all the k_msleep calls in another thread and let that thread run continuously, the UART works normally. However, if I keep the k_msleep calls, after the UART sends data, if the slave does not respond immediately, the UART on the nRF54 cannot receive the data and the interrupt is not triggered, even though the data waveform is correct.

Reply
  • Additionally, I have found that my UART is not used in any thread. If I comment out all the k_msleep calls in another thread and let that thread run continuously, the UART works normally. However, if I keep the k_msleep calls, after the UART sends data, if the slave does not respond immediately, the UART on the nRF54 cannot receive the data and the interrupt is not triggered, even though the data waveform is correct.

Children
Related