HonComm
introduce
Hongmeng microcontroller serial port download software, using C language, can be compiled with IAR EWARM or Keil MDK, currently supports STM32F1
Software Architecture
In C language, it can be compiled with IAR EWARM or Keil MDK and can be run on the HonComm.exe serial port platform or on the HP968 handheld programmer
Installation tutorial
- HonCommIsp directory---source code, available for IAR EWARM and Keil MDK
- HonComm.exe-----run software, run on Windows system
- 1GPIOTestForEpLink20160829.hex 1opt1FFFF800__a5_NoWrp.txt, burn test hex code and option byte settings
- HonCommApp.hex HonCommAppKeil.hex, supports STM32F1 serial download app.
Instructions for use
- Open HonComm.eww with IAR EWARM, or open HonComm.uvmpw with KeilMdk, select BatchBuild, and you can compile
- The generated HonCommApp.Hex is in the ..objout directory.
- Run HonComm.exe, click App mode, press Load and run App, select HonCommApp.hex or HonCommAppKeil.hex
- The HonComm.exe software first loads the burned object code according to the settings in the Loader project (1GPIOTestForEpLink20160829.hex 1opt1FFFF800__a5_NoWrp.txt).
- Then run the Loader project to check and process the object code
- Finally, run the IspApp project and start the serial port download (you need to select the serial port first and open it).
Participate in contribution
- Fork this warehouse
- Create a new Feat_xxx branch
- Submit code
- Create a new Pull Request
trick
- Use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md