Hi ,
After re-ordering the BORAD_SDRAM into top and adding preprocessor "XIP_BOOT_HEADER_DCD_ENABLE=1" , "SKIP_SYSCLK_INIT". now i can able to execute/debug code from sdram.
I have one more doubt. I need to render images on a display. What is the best approach for real-time responsiveness? Should I render images directly from external flash (XIP), store code in XIP flash while using SDRAM for data, or run the entire application from SDRAM without using XIP flash? Which method would be the most responsive for real-time operations?