2006-09-21 09:28 PM
2011-05-17 12:32 AM
Hi,
Is there a possibility to map the internal SRAM to address 0x00000000 ? So I would be able to use the interrupt vectors without writing to the flash.2011-05-17 12:32 AM
The only way is to put a vector jump table in flash, pointing to ram.
sample attached. Cheers sjo2011-05-17 12:32 AM
Thanks for your help. I will try the vector jump table.
Cheers Mako2011-05-17 12:32 AM
>>Is there a possibility to map the internal SRAM to address 0x00000000 ?
i can not found info about it. only Flash B0/B1 can be mapped to 0x00000000. >>So I would be able to use the interrupt vectors without writing to the flash. how to ?