How to relocate Interrupt vector table from Flash to the internal SRAM for STM32L071CZ
Hi,
I'm facing a problem with remapping of the vector table to the internal SRAM from Flash. I am working with the STM32L071CZ (Cortex M0+)(using the IAR Workbench and CubeMX ) .
My __vector_table is presently at internal Flash @0x08000000
Presently trying to achieve that in the debug mode only of IAR workbench.
Do I need to modify stm32l071xx_flash.icf,startup_stm32l071xx.s ?
What are the changes required exactly?
Any document/guidance suggesting that will be of great help.
Thanks.
