I using nrf5340-DK to program nrf52480 dongle with basic hello world sample. i cant get message from UART_TX on pin P0.20 of dongle to CoolTerm virtual com port by using USB_UART bridge. Hardware wire like this:
nrf52840dongle | USB_UART bridge |
P0.20/TX | RX pin |
P0.24/RX | TX pin |
But i dont want to use external USB_UART bridge, i want to use nrf5340 to get UART message from nrf52840.
According to this info: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf5340_dk%2FUG%2Fdk%2Fvir_com_port.html&cp=3_0_4_2_1
I can use P0.20 of nrf5340-DK connect to P0.20 of dongle and use the second virtual COM of nrf5340-DK.
But i get nothing.
How can i use virtual com port of nrf5340-DK to get UART_TX from nrf52840dongle like nrf5340 MCU on DK.
ps:
1 - the VDD out of dongle is 2.97 same with VDD_nRF of nrf5340-DK
2 - the nrf5340 MCU only blink led and do not using printk function.
Edit: my typo mistake, UART_TX pin in nrf52840dongle is P0.20