Skip to content

Wifi controlled stm32 serial bootloader. Based on ESP8266

Notifications You must be signed in to change notification settings

vortex314/stm32_programmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266 bootloader driver for STM32

Program implements :

  • UDP listener on port 1883
  • Listens for JSON formed UDP packets {"id":123,"request":"status"}
  • Sends UART inputs in raw mode back to last sender
  • Sends LOGS in raw mode back to last sender
  • Executes following BOOTLOADER STM32 commands
Command JSON DESC
reset {"request":"reset","id":12} pulse reset pin of stm32 and send at 115200 the sync char
erase All memory "eraseAll" erase all flash memory
erase Page memories "eraseMemory","pages":"Base64 byte sequence" erase selected pages of the STM32 flash

About

Wifi controlled stm32 serial bootloader. Based on ESP8266

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published