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...