We have design our board using an imxRT1061. When we link application to RAM we are able to launch and debug our program as expected with LPC-Link 2.
We have define FLASH section and select the correct FLASH driver.
guillaume_g_0-1665146896501.png
We have define preprocessor directive for XIP
guillaume_g_1-1665147029010.png
On the boot config pin we have select the following config
guillaume_g_2-1665147208495.png
When debuging, flash seems to be detected and programmed
guillaume_g_4-1665147421729.png
Debuger never stop at Main(), and code is not running. when i paused the debuger code seems to be in RAM range at address 0x200xxxxxx.
Seems to be a vector address issue or something like this.
any clue or step by step point check