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
  • Hi,

    P1.00 and P1.01 are by default forwarded to the network core for its uart, along with P0.10 and P0.11.

    I recommend using other pins if possible, but I can help you with disabling the uart on the network core and the gpio forwarding if you need to use those pins.

  • Hi,

    I'm trying to use P1.00 on SDK 2.1.0 (having just updated from 1.8.0) and I still don't seem to be able to use the pin after following your fix here.

    I've disabled gpio_fwd in the app overlay, and added the Child Image config and overlay. Is there anything else I need to do, or maybe changes to the latest SDK that change the way to do this?

    Thanks,

    Rory

    EDIT:

    Turns out the fix above does work, I just had other problems introduced by updating to the new SDK. Once I tracked down all the changes I had P1.00 working fine.

Reply
  • Hi,

    I'm trying to use P1.00 on SDK 2.1.0 (having just updated from 1.8.0) and I still don't seem to be able to use the pin after following your fix here.

    I've disabled gpio_fwd in the app overlay, and added the Child Image config and overlay. Is there anything else I need to do, or maybe changes to the latest SDK that change the way to do this?

    Thanks,

    Rory

    EDIT:

    Turns out the fix above does work, I just had other problems introduced by updating to the new SDK. Once I tracked down all the changes I had P1.00 working fine.

Children
No Data
Related