Skip to content

STM32 MCU serial firmware loader (jet another stm32loader fw bootloader tool)

License

Notifications You must be signed in to change notification settings

pavelrevak/stm32bl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

STM32BL

STM32 MCU serial firmware loader.

requirements

  • python - tested only with python3.x
  • py-serial - python library for serial port handling

supported MCUs

Probably all STM32xxxx please report any problems

Examples:

  • test connection stm32loader -p /dev/tty.SLAB_USBtoUART

  • dump content of FLASH memory stm32loader -p /dev/tty.SLAB_USBtoUART -d

  • save content of FLASH memory stm32loader -p /dev/tty.SLAB_USBtoUART -r file.bin

  • write bin file to FLASH from selected address stm32loader -p /dev/tty.SLAB_USBtoUART -a 0x08003000 -w file.bin

  • mass erase, write bin file to FLASH, verify and execute application stm32loader -p /dev/tty.SLAB_USBtoUART -m -w file.bin -f -x

  • help stm32loader -h

About

STM32 MCU serial firmware loader (jet another stm32loader fw bootloader tool)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages