how to jump to sys mem bootl from app
Posted on August 14, 2013 at 06:43You know the bootloader that is invoked when you use BOOT1 and BOOT0 pins? In the address space, it's called ''system memory'', right? On my STM32F205RG, it's located at 0x1FFF0000So... I've made a function like thi...