Forum Discussion
Altera_Forum
Honored Contributor
12 years agoDDR3 read/write using NIOS
Hi, I want to write/read DDR3 SDRAM using NIOS II. I have prepared a Qsys system that contains a DDR3 controller with UniPHY, Nios II/s processor and JTAG UART. Is that sufficient? Do I need to...
Altera_Forum
Honored Contributor
12 years agoYou should run just a basic system. If you want to write to the memory from external peripheral or to external peripheral, then you need DMA, otherwise just write to a pointer and you'll be writing to the memory.