Bootloader for STM32F411
The application does:
- Read a HEX file. For example we use 5 lines with various data.
- Check the CRC code validity of each line and analise the HEX file structure.
- Write the data into Flash.
- Output the data via UART.
The protection circuit is also implemented in hardware.