I'm trying to reconfigure my IMXRT1050-EVKB to use the serial NOR.
I have modified the board and the NOR Flash seems to be in place.
I can program from Seggar JFlash and/or I can run the flash_component_nor demo project.
Both work.
Now I want to use MCU Xpresso and to push my code directly to the NOR like anyother memory component to debug/develope.
I have set the preprocessor flags;
XIP_BOOT_HEADER_DCD_ENABLE=1
XIP_EXTERNAL_FLASH=1
XIP_BOOT_HEADER_ENABLE=1
In addition, I have selected MIXRT1050_SFDP_QSPI.cfx for the LinkServer flash driver.
I build and attempt to debug and it fails.
I seem the xip folder and have not modified the contents...I was assuming NXP would have that set up for the NOR flash on the board.
What am I missing?