Hello Ryan,
Have you had any updates in this area? We are at the point of testing out XiP projects on the quad spi flash included on the MIMXRT1050EVK and my sample project is throwing chip init fail errors upon starting a debug session (details below). I'm attempting to run from flash using the LPC5460x_SPIFI_GENERIC.cfx driver. The MIMXRT1050-EVK_S26KS512S.cfx was working for the hyperflash unit that we subsequently took off our board in order to test out the quadspi flash.
With the LPC5460x_SPIFI_GENERIC.cfx driver we're getting the following debug errors.
vendor chip initialization failed - Em(17). Debug port inaccessible after access at location 0x2000B728
vendor chip initialization failed - Em(17). Debug port inaccessible after access at location 0x2000B728
03: Failed on chip setup
Invalid part, XML, or configuration.
Debugging context: evkmimxrt1050_demo_apps_hello_world_xip LinkServer Debug
Error in final launch sequence
Failed to execute MI command:
-target-select extended-remote | crt_emu_cm_redlink -msg-port=60146 -g -mi -2 -pMIMXRT1052xxxxx -vendor=NXP --no-packed --cachelib libm7_cache.so -reset= -ProbeHandle=1 -CoreIndex=0 -cache=disable -x C:/Users/Edw/Documents/MCUXpressoIDE_10.1.1_606/workspace/evkmimxrt1050_demo_apps_hello_world_xip/Debug --flash-dir C:/Users/Edw/mcuxpresso/01/.mcuxpressoide_packages_support/MIMXRT1052xxxxx_support/Flash --telnet 3330
Error message from debugger back end:
Remote communication error. Target disconnected.: No error.
Remote communication error. Target disconnected.: No error.
I saw some other community posts that suggest using the flashloader however I was curious if there is a method for using the MCUXpresso IDE to debug in place?