W7500 Remap (SYSCFG)

Greetings,

I am trying without success to remap the vector map to the ram area configurating the SYSCFG register, but that makes the code crash, even with interruptions disabled. There is any recommendations for doing this?

Hi,
I want to do same think but I couldn’t. There is no information about SYSCFG in reference manual, there is only very short explanation. I am writing a bootloader and Cortex M0 device doesn’t support Vector offset register so I have to remap vector table via REMAP control register in SYSCFG to RAM .
Is there any infrormation about how I can do tihs?
Best Regards

Hi, I have the same problem. Can you tell us more about this problem or task. How we can continue? Is there any solution?. Remap can do only 4 things

(Source)
http://wizwiki.net/wiki/lib/exe/fetch.php?media=products:w7500:w7500_rm_v101.pdf

00 : Flash memory mapped at 0x0000_0000
01 : Boot rom mapped at 0x0000_0000
10 : reserved
11 : Noting mapped at 0x0000_0000

Thank you.