Skip to content
New issue

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

Micropython is crashing while trying to use UART6 #10

Open
rdidyk opened this issue Jul 14, 2020 · 1 comment
Open

Micropython is crashing while trying to use UART6 #10

rdidyk opened this issue Jul 14, 2020 · 1 comment

Comments

@rdidyk
Copy link

rdidyk commented Jul 14, 2020

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

@WeActStudio
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants