Not getting to repl via stlink on nucleo f401re #15739
-
I just got a nucleo f401re. I was able to flash micropython via the st-flash (built in stlink). But not able to access the board filesystem/repl on the usb port using both rshell and mpremote. |
Beta Was this translation helpful? Give feedback.
Answered by
davefes
Aug 28, 2024
Replies: 2 comments 7 replies
-
On the WeACT BlackPill STM32F411CE the repl is available on UART1 (A9 and A10) even though it has a USB-C connector. Maybe, the same applies to your board? |
Beta Was this translation helpful? Give feedback.
6 replies
-
Which USB port are you plugged in to? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
mpconfigboard.h
that I am using has: