Changing the itnvec_start address
Hello everyone,
we are using STM32F072RB for our hardware. The application is linked to stm32f0 library. In the application, we wanted to change the icf file and let the ROM region as well as the interrupt vector table to begin from 0x080a'0000 rather than the standard 0x0800'0000. However this resulted in the application being not able to find the interrupt handlers. Once I set back the interupt vector table back to 0x0800'0000 it works again.
Is there a setting in IAR or in the register that needs to be made such that the interupt vector table couöd be shifted. Thank you very much.