I follow the same basic procedure to create a project for the MCXN947 on the FRDM board and initialize and assert the P2_0 pin. It loads and performs as expected. Following the exact same procedure for a. MCXN546 project and selecting the VKLT variant of chip, the code does not run on our platform. I have checked the boot condition of the processor on our board and it appears good.
I am able to use ISP with our board with no issues. Just cannot get it to run basic code.
AI searching talks about corrupting CMPA or CFPA regions of flash causing rom to decide to not boot our code. AI also mentions to look for flash config in startup, but in my exploring sdk and created projects, I cannot see any details of flash config.
Considering this version of part does not have BOOT_MODE pins, how do we ensure that the system will run with our loaded code.
Note that I have confirmed all power conditions and that the RESET_B appears to transition properly on power up.