Question
How to move interrupt vector from FLASH to RAM when using STM32F427?
Hi, I developed boot loader on STM32F427. When I try to erase FLASH, that will trigger HW watch dog(tick by interrupt timer) to reset our develop board. I search solution by google, many people say should move interrupt vector and IRQ handler program from FLASH to RAM. Do there have document describe how to implement it? I already followed "Use STM32F3/STM32G4 CCM SRAM with IAR™ EWARM, Keil® MDK-ARM and GNU-based toolchains"(AN4296), but it don't work.
BR,
Cloud
