I am digging to understand how flexspi config codes (512 bytes) is being called in boot header.
I set my code to run on SDRAM. I am also trying to understand how onchip bootROM copies that code residing in Qspi Flash to Sdram.
Is it possible to halt/run step by step code at these addresses with debugger? (From the first code, much prior to getting into main ) I am using imxrt1170 and ULink-2 Debugger.
By the way, I am also running debugger with the command “ Run to Line” in MCUXpresso IDE. Putting/Removing breakpoint on some code lines is not working in my IDE(Mcuxpresso v11.8.1).
When I try to put breakpoint, IDE shows with a crosssign on breakpoint. So it does not allow to me put anywhere I put. How can I correct this error? Thanks.