I have looked at this ... and it doesn't really cover the issue I have.
I have built an image to be located in qspi (0x2000000 + ).
I have loaded this image into our hw using IAR (I can see it in memory at the 0x20000000+ locations even after a power cycle).
When I try to run the code it halts at an instruction that should not cause any issue. I have, once, had a version of this code that continued a little further, then halted.
The M4 seems to stop (general purpose registers no longer accessible).
For running XIP in M4 are there special settings needed for QSPI (as M4 is a slower processor than A5)?
I can only find examples that run A5 (on A5 boot first vybrid parts) no M4 on M4 boot vybrid parts.