when attempting to jump to the bootloader App code address on an STM32F030 microcontroller . I cannot find the vector table offset register. Can anyone provide guidance on how to successfully perform the jump operation.
We created a linker script to place the vector table in RAM at a specific address for an STM32F0 microcontroller
Cortex-M0 doesn't support vector table relocation.
Reference Manual RM0360, page 45: