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 found the solution !!!!!!!!!!! my system has a timer and my C program doesn't have a handler for timer interrupt, If I don't use the timer I have to desactivate it on system properties.
Thanks for your help !!!!!!!!!!!!!!!!!!!!!!!