Loading...
 
Skip to main content

System Workbench for STM32


Bootloader and Application Code

Hi Luca,

I have recently made this work.
Before jumping you have to set SCB->VTOR (vector table offset) to the application vector table address.

In my case I also needed to disable the data and instruction caches.
CMSIS functions SCB_DisableICache() and SCB_DisableDCache()

Hope this helps
Mats