Reply by Mike Treseler November 24, 20032003-11-24
Tom wrote:
> Hi, > > How do you store an entire program in external sdram
Normally the boot code copies it over after the sdram init is completed. -- Mike Treseler
Reply by Tom November 24, 20032003-11-24
Hi, 

How do you store an entire program in external sdram, is it possible
to declare all sections in the linker script to sdram (eventually the
boot section to bram) ? Or is there another way to get all data in the
sdram ?

thanks

Tom