Hello,
I am currently aiming to write a second stage boot loader ultimately for the LPC55s28. I wish to implement firmware update as drag and drop to a USB mass storage device - similar to the way MBED devices work. I have external eMMC FLASH where I can hold the image prior to FLASHing
I was hoping to base this on the example given in the app note AN12327. I realise this is for the LPC55S69 but the parts are very similar so am hoping to port it as a starting point. However, I cannot find the code referred to in the SDK for either of these parts.
Please can someone tell me where I can find the example code referred to in the app note.
- \boards\lpcxpresso55s69\dual_sbl\lpc55xx_dsbl
- \boards\lpcxpresso55s69\dual_sbl\ lpc55xx_dsbl_app
If this is not the right place to start then I would be grateful to be pointed in the right direction.
(I already have the mass storage part working. The parts I am missing are how to prepare images with the correct headers and how to program the FLASH - presumably whilst running from code copied to RAM)