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.
Tool/software: Code Composer Studio
Hi,
I want to know what range for DDR3, SRAM2, internal SRAM etc. information for TMS320C6678evm board. Can you give me a link for that?
Now I have this sample code snippet from edma3 sample project:
MEMORY
{
L2SRAM (RWX) : org = 0x820000, len = 0x60000
MSMCSRAM (RWX) : org = 0xc000000, len = 0x400000
DDR (RWX) : org = 0x80000000, len = 0x1fffffff
L2SRAM_IBL_RESERVED (RWX) : org = 0x800000, len = 0x20000
}
I want to learn how to customize these settings.
Thanks,