Forum Discussion
Altera_Forum
Honored Contributor
15 years agoConfiguring DMA to write to Two memories
We have to write a set of data (data will be defined while proramming NIOS) to two different memories (the same data will be written to both). We want to use DMA for this purpose. How should we confi...
Altera_Forum
Honored Contributor
15 years agoIf you write the data you obtain while running the program in the on-chip memory (using IOWR(_32DIRECT) and IORD(_32DIRECT)) macros. You can simply use 2 DMA controllers to copy the data from the on-chip memory to the 2 different memories.