Micropython for Nucleo-68 WB55
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-27 9:48 AM
Hi,
I am trying to run micro python in Nucleo-68 STM32WB55R6VG.
I followed the link https://docs.micropython.org/en/latest/develop/gettingstarted.html#building-the-stm32-port
I am able to generate the binary files(hex,dfu,bin,elf)
I flashed firmware.bin file to 0x08000000.. and reset the board i am not able to see the REPL python on serial COM port(STLINK virtual COM port )
to verify wether serial port is configured correctly or not i print message in my project and able to observe log which we have printed.
but we are not able to observe the REPL in the same console.. (COM port)
to cross verify i have build mboot binary too and flashed in 0x08000000 and firmware.bin into 0x08000000
but still not able to get REPL prompt
Request to please help on this
- Labels:
-
STM32CubeMX
-
UART-USART
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-27 10:03 AM
@Manu2Kumar wrote:Request to please help on this
You'll need to go to the MicroPython people for that
https://github.com/orgs/micropython/discussions
Perhaps raise a GitHub issue?
https://github.com/micropython/micropython/tree/master/ports/stm32/boards/NUCLEO_WB55
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-28 8:41 AM
This post has been escalated to the ST Online Support Team for additional assistance. We'll contact you directly.
