Custom bootloader jump to app best practices
Posted on April 14, 2018 at 00:17I am writing a custom bootloader for the STM32L452. Before I jump to the application code from the bootloader I want to get the hardware to as close to a reset condition as possible to avoid any surprises.My plan is ...