Hi,
I am developing an OTA firmware updater based on second boot loader described on AN12384 for LPC5460X family of micro controllers.
In the SBL I want to implement a FW version checking routine.
In AN12384 it is said that Arm reserves 256 vectors for Cortex-M4's vector table with 1KB memory space, and that in the case of LPC54608 only the first 73 are used, so the last 32 bytes of this vector table space is a good place to store user information, like in my case the version number or the firmware.
My problem comes when I inspect the contents of any .bin file generated with MCUxpresso for lpc 5460X, the full vector table contains information.
Is there any aplication note where I can find detailed information of the vector table for LPC54606?
Where is the best place to fit this kind of user information in o .bin rom file?
Many thanks in advance,
Luis