Hi everyone,
I'm currently working with the NXP LPC55S69 board and encountering an issue that I hope someone here might help me troubleshoot.
I have an application that I want to run immediately after a cold reset (i.e., full power cycle), but for some reason, it's not starting as expected.
I've verified that the vector table is correctly located at the beginning of flash (0x10000000) with the correct value for the MSP and Reset Handler on the first two words. This can also be confirmed in the disassembly file I've attached to this post.
The image is correctly flashed to the device and if I manually jump to the reset handler using a debugger, the application starts and runs fine.
Is there something I'm missing, possibly related to boot configuration or security settings on the LPC55S69 that would prevent the boot ROM from jumping to my vector table at 0x10000000?
Any tips or suggestions are greatly appreciated! Thanks in advance!