STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
source Directory Reference

Files

file  bootloader.c [code]
 This file contains the bootloader implementation including firmware verification, flash programming, checksum validation, and application launch functions.
 
file  error_handler.c [code]
 This file contains the error handling implementation.
 
file  main.c [code]
 This file contains the main bootloader application entry point, including system initialization, boot sequence management, and firmware validation and launch logic logic.
 
file  sd_diskio.c [code]
 This file contains the SD card disk I/O driver implementation used by the FatFs middleware for block-level read and write operations.
 
file  sd_fatfs.c [code]
 This file contains the SD card FatFs file system implementation, including SD card mount and unmount operations.