Hello,
in the linker cmd file BEGIN and RESET is used.
BEGIN : origin = 0x080000, length = 0x000002
RESET : origin = 0x3FFFC0, length = 0x000002
in the SECTIONS I see
.reset : > RESET, PAGE = 0, TYPE = DSECT /* not used, */
Is RESET needed or in case of an reset is jumps automatic to BEGIN?
Regards, Holger