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

nrf5340 USB Terminal

Hi,

Do you have an example of how to implement a serial console with nrf connect 1.4.99-dev1 with nrf5340_REV1, I tried compiling usb_uart_bridge but got following error.

devicetree error: 'tx-pin' is marked as required in 'properties:' in C:/Users/Timo/ncs/v1.4.99-dev1/zephyr/dts/bindings\serial\nordic,nrf-uarte.yaml, but does not appear in <Node /soc/peripheral@50000000/uart@9000 in 'nrf5340dk_nrf5340_cpuapp.dts.pre.tmp'>

Parents Reply
  • We are using the USB-peripheral inside the nrf5340

    D+ From Pin B2 and
    B- From pin B4

    We enabled the USB Console option from the Nrf Connect which causes the device to appear as a virtual serial port in windows device manager. But none of the printk or printf messages produce any output on the serial console, is there an extra option we have to enable to make it work.

Children
Related