javiBajoCero / SDcardBootloader

HAL based CUBEMX generated project, finds a *.bin file inside the SD card and runs it in flash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDcardBootloader

HAL based CUBEMX generated project, finds a *.bin file inside the SD card, copies that file to flash memory, and runs.
Based in the Adafruit's feather stm32f405 board https://github.com/javiBajoCero/Adafruit-Feather-STM32F405-Express-PCB

System features are tested here:

https://github.com/javiBajoCero/featherSDcardTests

.bin files to be flashed by the bootloader.

The Firmware "APP" that gets loaded and executed by this bootloader is going to be stored in FLASH memory at address 0x8010000, this APP.bin's vector table needs to be offseted 0x0010000. Changes need to be made within its system_stm32f4xx.c image

How the bootloader works (broad view)

image

About

HAL based CUBEMX generated project, finds a *.bin file inside the SD card and runs it in flash.


Languages

Language:HTML 67.2%Language:TeX 26.6%Language:C 5.9%Language:Makefile 0.1%Language:JavaScript 0.1%Language:CSS 0.0%Language:Assembly 0.0%