Good morning,
I relocated my startup code at address 0x8004000, I created a
debug .ini file like this
FUNC void DebugSetup (void) {
// </h>
SP = _RDWORD(0x08004000); // Setup Stack Pointer
PC = _RDWORD(0x08004004); // Setup Program Counter
_WDWORD(0xE000ED08, 0x08004000); // VTOR to Image Base
}
DebugSetup(); // Debugger Setup
When I start the Debug all it's ok, the application starts from
↧