No 'pyflash' disk shown in windows 11 file system after flashing micropython firmware for stm32 boards #9990
Unanswered
infinodeTechnologies
asked this question in
Hardware & Peripherals
Replies: 2 comments 2 replies
-
Is there any code in MSC mode can cause corruption, since it's not really true USB storage. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Which USB port are you using? The ST-Link one or the MCU one? On the ST-Link one you will only get the serial port. You can use mpremote to access the filesystem over the serial port. https://docs.micropython.org/en/latest/reference/mpremote.html |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
what I have done:
1 download the firmware (.hex) from the micropython website for my stm32 board(stm32l476 discovery)
2 flash the firmware into the mcu using stm32 cube programmer as recommended by micropython
3 reset the board
4 restart PC
current situation:
the COM port can be detected by windows and micropython's COM port is functional by using a serial terminal such as Putty
but no 'pyflash' disk would appear (even with using the 'zadig' tool and changing the drivers)
searching similar problems in the forum only results in few leads which hint issues such as usb cables or driver issues, both of which has been tried and failed to resolve the issue.
has this happen to anyone or any solutions? Thanks
Beta Was this translation helpful? Give feedback.
All reactions