Forum Discussion
Altera_Forum
Honored Contributor
8 years agoI have tried this, I used the following simple code in Eclipse to get Nios II to write to DDR3
int *mem = (int *)MERLIN_MASTER_AGENT_1_BASE; *mem = 0xdeadbeef I generated a .hex file and put it on the OCRAM. However, the write to DDR3 doesn't happen. When I read the DDR3 contents in software, the word I programmed Nios II to write is not present.