Forum Discussion
Altera_Forum
Honored Contributor
15 years agoURGENT: IOWR problem
hello, i have a problem writing data into sdram on de2 board. when i generate 10 numbers (0-9) and write into sdram, it works fine. if i generate 100 numbers (0-99), it has a problem. here is my code...
Altera_Forum
Honored Contributor
15 years agoWhy do you want to write to the SDRAM using IOWR macros, instead of using static variables or allocated memory?