Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 310 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 310 Bytes

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.