Run application other than 0x08000000 in STM32L4
I want to run the application code other than the default location of flash 0x08000000 in STM32 MCU.For doing this I have modified the VECT_TAB_OFFSET = 0x200 in system_stm32l4xx.cSCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; Also, FLASH (rx) : ORIGIN ...