How to pass back and forth between a bootloader and the application code in an STM32L4 MCU
The bootloader checks the CRC of the application code and passes control to the application code it matches a saved value. If it doesn't match, it waits for commands from the host system to update the application firmware. The application will clear...