Forums

Boot from Flash to SDRAM in C6713

Started by z_11...@yahoo.com August 4, 2008
Hi all

I can boot DSP via secondary boot loader successfully (code/data copy to IRAM), but my application is larger than IRAM space, so how can I boot from Flash to SDRAM in C6713?

Is it possible with secondary boot loader? Please guide me.

Thanks
Zahra
In your application you have to create sections, some part of your code will go to IRAM some other to SDRAM.
In your secondary bootloader, you have to copy the new section from Flash to SDRAM.
And there it is.