Config P1.00 and P1.01 as UART0 RX and TX

Hi,

  We are developing our product using nrf5340. Currently, we are using NCS v1.9.1 for development. We need to give UART to test our Board for Certain conditions by using a TTL converter. We have given the P1.00 as Rx and P1.01 as TX. I have tried changing the overlay file but the two specific pins not working properly. for your reference, I have attached my Overlay file also here. Kindly, Check and help me to resolve this. My main motive is I want to use Peripheral Uart kind of stuff.

7144.nrf5340dk_nrf5340_cpuapp.overlay

Thanks & Regards,

Navin 

Parents Reply
  • Hi,

    Yes, it seems to work completely fine on my board. The nrf53 sets up 3 COM ports, the first one is normally used by the app core, and the second by the network core. When I flash your application, the app core uses the second COM port, and there is no activity on the first COM port, as expected. When I comment out the pin assignments in the app core overlay, it uses the first COM port, also as expected.

    I don't see any issues on the board side, so you might want to double check your TTL converter/terminal setup. For example that you are looking at the correct port?

Children
Related