We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I've troubles with board while using UART6 every time when I'm trying to initialize it micropython is crashing and board goes offline
code example: from machine import UART gps = machine.UART(6, 9600)
from machine import UART
gps = machine.UART(6, 9600)
Thanks in advance, Ruslan
The text was updated successfully, but these errors were encountered:
UART6: TX-PA11,RX-PA12 USB: DN-PA11,DP-PA12 UART6 conflicts with USB. If use UART6, USB will be invalid and board goes offline
TX-PA11
RX-PA12
DN-PA11
DP-PA12
Sorry, something went wrong.
No branches or pull requests
Hello,
I've troubles with board while using UART6
every time when I'm trying to initialize it micropython is crashing and board goes offline
code example:
from machine import UART
gps = machine.UART(6, 9600)
Thanks in advance,
Ruslan
The text was updated successfully, but these errors were encountered: