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 agoI'm sure all it's correct (SOPC builder, and monitor program are configure with SRAM) but running the program some code (maybe program code is on SDRAM) and when I execute the write sdram function it writes a zone with code causing the program stops.....