Question
cubemx stm32 feature request: support custom VECT_TAB_OFFSET
Posted on February 06, 2016 at 23:01
Hello,
while dealing with custom bootloader we have to switch application to certain offset address. Thus we have to move the address of the vector table. While HSE values are supported to be customized vector table offset is not. please add following lines to the system_stm32xxxx.c files: /* &sharpdefine VECT_TAB_SRAM */ ---> &sharpif !defined(VECT_TAB_OFFSET) &sharpdefine VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field. This value must be a multiple of 0x200. */ ---> &sharpendif Thanks, Regards, Adib. /******************************************************************************/ #cubemx-stm32-hal