Hello,
I am working on TMS320C6678 with Processor SDK 5.2. I am taking samples through SPI peripheral and then computing FFT and CWT on the received data. While building the code, the error came which showed that program won't fit in available memory. The below screenshot shows the memory allocation on the board.
So, I want to use the MSMCSRAM to store all the data. What changes should I make to put the code the MSMCSRAM rather than L2SRAM?
Thanks and regards,