Replies: 1 comment
-
Solution: on uart1 you have to specify compatible = "nordic,nrf-uarte" and not compatible = "nordic,nrf-uart" |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
At least for the the simcom,sim7080 LPWA modem driver using uart0 seems to be hardcoded.
Following compiles without error if defined in the DTS overlay:
But if I try to reference uart1, following error appears:
I couldn't find any CONFIG Options to specify the uart.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions