Hi,
I don't know this MCU. How can I do to verify the interrupt vector address? I suppose this address in define in the linker file (.cmd)
.p_Interruptsboot (RWX) : ORIGIN = 0x00001000, LENGTH = 0x0004
.p_Interrupts (RWX) : ORIGIN = 0x00001000, LENGTH = 0x000000CC
How to configure the startup code? Is it in the 56F80xx_int.asm? What I have to do?
/////////////////////////////////////////////////
section startup
XREF F_stack_addr
XREF F_xROM_to_xRAM
XREF F_pROM_to_xRAM
XREF F_Ldata_size
XREF F_Ldata_ROM_addr
XREF F_Ldata_RAM_addr
org p:
GLOBAL Finit_56800_
/////////////////////////////////////////////////
Thanks for your help.