Question 1
Now I am using your evm5515 borad for USB audio project, I notice one thing that your SDRAM base address is started from as below:
// SDRAM base address- should match value in bios tcf file
#define SDRAM_BASE_ADDR ( 0x28000 ) /* 16-bit word base address */
#define SDRAM_LEN ( 0x3D8000 ) /* length in 16-bit words */
So I am wondering why? From your doc, it should be started from 0x50000 at least:
So I want to know why?
Question 2
And from your example code, I notice that you only support access SDRAM from base address, but I have one question like this: http://e2e.ti.com/support/dsp/c5000/f/109/t/200775
Do you have such solution please?
Question 3:
Could I link external SDRAM in cmd file? What I want to say is like the website:
http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/206256
But it is said that not working since “this will not work since EPI realted configuration are not done yet. ”
Is it true? If so, I only have to use SDRAM like your example code, correct?
Thanks.