Forum Discussion
Altera_Forum
Honored Contributor
16 years agoWriting SDRAM HELP !!!!!!!!
Hi, I wrote a function in C to W SDRAM memory : void write_sdram() { int *buffer = (int *) 0x00800000; // SDRAM addr base buffer[0]=0xaaaa; buffer...
Altera_Forum
Honored Contributor
16 years agoRight click in your project and click "System library properties". Make sure that program memory, stack memory, etc are all set to SRAM and not SDRAM.
Kumaran