Hi everyone,
I'm working with the MIMXRT1170 EVK using MCUXpresso IDE. In my application, I generate a large array which is used for signal modulation.
The problem is that when I build the project, I see that SRAM_DTC_cm7 is almost full (99.93%), while other memory regions like SRAM_OC1 are completely unused.
This is causing memory overflow issues, and I would like to know how I can store my large array (or other buffers) in a different memory region like SRAM_OC1 to avoid filling up SRAM_DTC_cm7.
Any help or suggestions would be really appreciated.
Thanks