Skip to content
forked from XIVN1987/MCUProg

MCU programmer for J-LINK and DAPLink, using Keil MDK's *.FLM Flashing Algorithm

License

Notifications You must be signed in to change notification settings

stops-top/MCUProg

 
 

Repository files navigation

MCUProg

MCU programmer for J-LINK and DAPLink, using Keil MDK's *.FLM Flashing Algorithm

To run this software, you need python 3.6 and pyqt5.

To use DAPLink, you need additional pyusb for CMSIS-DAPv2 and another usb-backend for CMSIS-DAPv1 (hidapi or pywinusb for windows, hidapi for mac, pyusb for linux).

FlashAlgo/flash_algo.py is used to parse Keil MDK's *.FLM file and extract code and its runing information into a python dict. And then you can modify the generated code to add new device support.

About

MCU programmer for J-LINK and DAPLink, using Keil MDK's *.FLM Flashing Algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • Python 100.0%