FK750M3 board definition for Micropython. Now it supports mboot.
Build steps:
- Go to the
ports/stm32directory - Go to the
mbootsubdir - Run
make BOARD=FK750M3 - Connect the board to the PC using ST-Link
- Flash the
firmware.hexorfirmware.binfrom the subdirbuild-FK750M3using a favorite flashig app (e.g. STM32CubeProgrammer) - Disconnect the ST-Link device
- Go back to the
ports/stm32directory - Run
make BOARD=FK750M3 - Connect the board to the PC using USB
- Press and hold the user button, press the resset button and release the user button
- Flash the
firmware.dfufrom the subdirbuild-FK750M3using any DFU flashing application, e.g.dfu-util -D firmware.dfu - Reset the board
The configuration is far from complete, it serves as a guide for creating custom Micropython board definitions.