Are UARTs swaped in the nrf5340dk board dts? #72581
Unanswered
mrcamilletti
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody! While I was running some tests on the nrf5340dk I found out that the in my host computer the serial port /dev/ttyACM0 points to the uart1 and the /dev/ttyACM1 points to the uart0. Is this how it should be? After checking the reference in Nordic's documents I found out that the uart labels in the pin-ctrl showld be swaped.
References:
Nordic - nrf5340dk - Virtual Serial Ports: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf5340_dk%2FUG%2Fdk%2Fvir_com_port.html
nrf5340dk - uart0: https://github.com/zephyrproject-rtos/zephyr/blob/2c6306d09954de13f993ebc28e173246b9b6ef39/boards/nordic/nrf5340dk/nrf5340_cpuapp_common-pinctrl.dtsi#L22-L32
nrf5340dk - uart1:
zephyr/boards/nordic/nrf5340dk/nrf5340_cpuapp_common-pinctrl.dtsi
Lines 85 to 105 in 2c6306d
Beta Was this translation helpful? Give feedback.
All reactions