Relocating Start of Flash in XMC1400

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hello,

I am currently using an XMC1400 boot kit. I understand the concept of 'veneers'. The code at 0x00000000 is actually ROM and those entries have hard coded in them addresses to RAM which contain the actual
address of the interrupt handlers. The default linker script has the flash section starting at 0x10001000. I would like to reserve some space (maybe 64 bytes or so) ahead of this and start the flash area at 0x10001040. Changing the linker
script causes some sort of fault.

If this is achievable, what else am I missing?

Thanks
0 Likes
0 Replies