Skip to content

A custom firmware updater using a custom packet protocol to remotely update a STM32 device using UART.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
COPYING.md
Notifications You must be signed in to change notification settings

Fruerlund/STM32-FW-Updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firmware Updater written in C for STM32

This respository contains a implementation of a firwmare updater written in C based on the STM32 Playlist "Blinky to Bootloader". It utilizes a state machine and acustom packet protocol to send a firwmare update remotely using UART.

You will find, among other things lack of return checks, different use of returns (int, bools), large source files, repetive code, lack of project structure

The code is not flawless and does not account for all edge cases.

I hope you find this useful.

Installation and usage

The program can be used by using a compiler of your choice or utilizing the makefile

For example:

make

Feedback

If you have any feedback, please reach out to me.

Acknowledgements

About

A custom firmware updater using a custom packet protocol to remotely update a STM32 device using UART.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
COPYING.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published