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.

We have define preprocessor directive for XIP

On the boot config pin we have select the following config

When debuging, flash seems to be detected and programmed

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