Ilia1S / Bootloader-for-STM32F411

Check a HEX file data and loading it onto the flash of STM32F411

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootloader for STM32F411

The application does:

  1. Read a HEX file. For example we use 5 lines with various data.
  2. Check the CRC code validity of each line and analise the HEX file structure.
  3. Write the data into Flash.
  4. Output the data via UART.

The protection circuit is also implemented in hardware.

About

Check a HEX file data and loading it onto the flash of STM32F411


Languages

Language:C 100.0%