Hi, I'm noticing a huge difference in the application code performance between booting out of Flash and running off JTAG from SDK. Happens when I try to run from both QSPI and SD card. I checked the init_ps7.tcl against the init_ps7.c code, and it pretty much lines up. The FSBL runs both ps7_init() and ps7_post_config(), and the registers configurations contained within match line by line.
Has anyone else seen this? Maybe I'm missing something like a linker setting? Could a peripheral in the PL be causing this?