Code not working after relocate my vector table.
Hi,
STM32f429ii. FreeRtos.
I have relocated my vector table from default address into 0x8008000 since my bootloader firmware is placed on in the default start address (0x8000000). I am using IAR workbench, i have modified the vector table address as 0x8008000 and ROM start address as 0x08008000 in the linker setting. I can view the the vector table address is relocated on the 0x08008000 address on the disassembly window. But once I start the debugger, it will stuck on out of the code memory. What will be the issue? Thank you.
Param.
