This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

using UART3 and disabled uart0,alway have log information

i use ncs1.5.0 and nrf5340dk_nrf5340_cpuapp, i disabled uart0 ,enabled uart3,  disabled hci_rpmsg out ,and connect uart3 rx pin p0.32 ,tx pin p0.33 to  a 232-usb connecting my pc , but still have hci_rpmsg out from uart3  , and make uart3 can not used by my favorite work.

Parents Reply
  • They are for the network core. The network core uses pins P1.01, P1.00, P0.11 and P0.10 for its uart0. It may be simpler to use different pins for uart3, rather than trying to change this.

    If you are certain that you want to change the network core uart0, make a folder called "child_image" in the peripheral_uart folder, then add a hci_rpmsg.overlay file with your desired changes.

    You will also have to change line 25 and 26 in zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340_cpunet_reset.c
    pin 32 and 33 (P1.00 and P1.01) are used here, and can't be changed with overlays.

Children
No Data
Related