WEACT_H750 board definition for Micropython. Now it supports mboot.
Build steps:
- Go to the
ports/stm32directory - Go to the
mbootsubdir - Run
make BOARD=WEACT_H750 - Connect the board to the PC using ST-Link
- Flash the
firmware.hexorfirmware.binfrom the subdirbuild-WEACT_H750using a favorite flashig app (e.g. STM32CubeProgrammer) - Disconnect the ST-Link device
- Go back to the
ports/stm32directory - Run
make BOARD=WEACT_H750 - 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-WEACT_H750using 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.