yahiayasser / STM32-BootLoader

This repo is for creating a portable, reliable and efficient boot-loader for STM32 ARM based micro-controllers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STM32-BootLoader

Initial repo for creating a portable, reliable and efficient boot-loader for STM32 ARM based micro-controllers.

What is boot-loader?

A boot-loader is an application whose primary purpose is to allow a systems software to be updated without the use of specialized hardware such as a JTAG programmer.

Authors

References

  1. Bootloader Design for Microcontrollers in Embedded Systems

  2. Placing code and data on special memory addresses using linker script

About

This repo is for creating a portable, reliable and efficient boot-loader for STM32 ARM based micro-controllers.


Languages

Language:C 99.5%Language:C++ 0.5%