Secondary boot loader + internal boot loader
Hello,I am considering to develop a small secondary boot loader for STM32F030xx.My idea is this BL checks the CRC of the application image and jumps to it if CRC matches. A second fallback image would be jumped to should the primary one be invalid (e...