Hello Rex,
This is depends on how config in your IDE or linker file, for example MCUXpresso IDE, when do NOT enable "Plain load image",
it will flash XIP.
You can open the demos "hello world" and "hello world xip" under SDK to check the difference.
BR
Alice
Alice,
Thank you for responding. To clarify, do you mean that the first 192K will execute from SRAMX and the higher addresses of the firmware image will execute in place from spifi flash? Is this the default behavior for plain load image?
Rex