Hi,
Pls refer to section 3.5.2.2 Dual Enhanced (DE) images in the UM11071.pdf for LPC51U68.
It makes it clear that the bootloader of LPC51U68 supports Dual Enhanced (DE) images, but there is not a register to point out the offset of the second image.
For the Dual Enhanced (DE) images, the first image must be located at sector 0 and start address must be 0x00 which is SP pointer. For the second image, it can locate in any sector except for sector 0.
Because there is enhanced image marker, after reset, the bootloader will look for the enhanced image marker, if it found the key words, it make sure the sector includes valid image, then based on the imageHeader pointer, it can look for the version of the image, then determine which image is valid based on version, then execute. For the second image, you have to initialize the Vector Table Offset Register so that the core can get the entry point of the second image.


Hope it can help you
BR
XiangJun Rong