Forum Discussion
Altera_Forum
Honored Contributor
8 years agowrite array of a data to sdram from nios using IOWR
Hi! I have a problem with writing data to sdram from nios using IOWR function. I have next code for(i = 0; i < 500; i++) { IOWR(DRAM_BASE + i, 0, i); printf("0x0%x\n", DRAM_BASE + i); ...
Altera_Forum
Honored Contributor
8 years agowere you able to debug it?