Amit Goradia schrieb: > Thanks Jorg for helping. > > I could not find any reference for the reset vector for the reset vector for > the boot loader being located at 0x1fff0080 in the manual. The manual does > say that the bootloader is run on each reset. Is there any other reference > manual for this processor I should be looking at.
Yes. The Processor itself ;-) Open On-Chip Debugger > reset halt JTAG tap: lpc1768.cpu tap/device found: 0x4ba 00477 (mfg: 0x23b, part: 0xba00, ver: 0x4) target state: halted target halted due to debug-request, current m ode: Thread xPSR: 0x01000000 pc: 0x1fff0080 msp: 0x10001ffc > mdw 0x0000 4 0x00000000: 10001ffc 1fff0081 00000000 000000 As you can see here, the mapped Bootloader Reset Verctor is at 0x1fff0080, plus 1 for being Thumb2 code. The address itself is not documented directly, but the manual says somewhere that Address 0 (Vectortable) is mapped to the bootloader directly after Reset. You will not see this in "reset init", the one MDW disables this Bootloader shadowing. -- J. Fischer _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development