Content originally posted in LPCWare by CodeRedSupport on Wed Mar 24 08:46:42 MST 2010
This sounds like a mistake in the LPC11 documentation.
The LPC11 family contains a Cortex-M0 processor core, which implements ARM Architecture v6M. The ARM v6M Architecture Reference Manual (ARM DDI 0419B) states the following....
[INDENT][I][B]Vector Table Offset Register (VTOR)[/B]
The vector table base address is fixed at 0x00000000. This register (address 0xE000ED08) is RAZ/WI for ARMv6-M.[/I]
[/INDENT][RAZ/WI = Read As Zero, Writes Ignored]
Regards,
CodeRedSupport