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 agoThanks for the answer , my configuration is ok, now I can write exactly on SDRAM but the problem appears if the number of data to write on sdram is for example 1000, why ?? if the memory is 8 MB :confused: