Hi,
Sorry for confusing. The project I used is modified from the sample project "evkmimxrt1170_elcdif_rgb_cm7" but to change the assigned memory of s_frameBuffer from AT_NONCACHEABLE_SECTION_ALIGN to AT_BOARDSDRAM_SECTION_ALIGN.
My current problem is when I use the AT_BOARDSDRAM_SECTION_ALIGN, build the code, then trying the debug, the process seems to stuck in the beginning, and the program is not running at all, I cannot even operate anything but to disconnect and power down the unit.
However, if I only modify the parameter allocation moved from SDRAM to SRAM, it can debug successfully and the program can be run on my unit.
Since I'm using the default dcd file from the SDK, I'm not sure if there's any setting for SDRAM is missing or incorrect.
Please see attached the memory details.
Thanks,