nucleo-f413zh REPL over uart #9510
Unanswered
crsrinidhi
asked this question in
Hardware & Peripherals
Replies: 1 comment 4 replies
-
The REPL is also on the USB on the main part of the board (not the stlink part). Did you try that? Failing that, you can freeze in a main.py which blinks the LED to test that it is actually running MicroPython. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hi,
I have a NUCLEO-F413ZH board from which i have cut off the stlink part of the board.
To program the board I connect the stlink and the main board with jumper wires and program. This works correctly.
I want to use this board with micropython and have used the latest micropython for the board from the page in the link below flashed it using the stlink connection.
https://micropython.org/download/NUCLEO_F413ZH/
I have tried the latest stable release and the latest nightly builds.
The flash is successful without any errors. But I am unable to access the REPL terminal using any of the UART on the board.
From the mpconfiguration.h file the REPL uart is the PYB_UART_3, with the baud rate being 115200.
https://github.com/micropython/micropython/blob/master/ports/stm32/boards/NUCLEO_F413ZH/mpconfigboard.h
I am using a usb to serial adapter for connecting the board to the laptop. Even with the crosswiring of the RX and TX the REPL is not accessible.
Any pointers to access the REPL prompt will be helpful. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions