This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Thank you, jc! That helped.
Now I can place code in SDRAM.
But if I place .stack in SDRAM, the program fails to execute again.
Maybe you have some ideas?
Ankit Agrawal , thanks too=)
I will look through these pages, I definitely will need it.
So is it only the .stack section that causes your program to fail? All other sections can be in SDRAM with no issue?
As an experiment can you try disabling the cache and placing .stack in SDRAM and seeing if your program works?
Jeff
You can disable all caching for the DDR memory region using the MAR registers. More information is in the DSP Megamodule System Guide
Jeff