Question
I am trying to write a Bootloader on STM32L4R5ZI MCU that gets data through the UART.
My question is I need to send the Application's binary file with CRC using Teraterm/Docklight.. so in the Bootloader project, I need to receive the Hex file of the application and verify the CRC of it, if it matches then it should be written to flash area.. how do I do?
