OpenOCD For MM32
Introduction
This is an OpenOCD program specially compiled to support MM32. This program is compiled based on the 00449-gb2ab2241f branch of OpenOCD, using msys2 as the compilation environment and MinGW64 as the compilation toolchain. Below this I have given the files that need to be added or modified, you need to copy them into the source code to compile it. Or use the already compiled binaries for burning and debugging.
Files
- OpenOCD.7z: The compiled OpenOCD binaries.
- drivers.c: Used to replace the drivers.c file in the src/flash/nor directory under the OpenOCD source code.
- Makefile.am: Used to replace the Makefile.am file in the src/flash/nor directory under the OpenOCD source code.
- mm32f3x.c: Placed in the src/flash/nor directory under the OpenOCD source code to provide the download algorithm for the MM32F3277G9 chip.