Forum Discussion
Altera_Forum
Honored Contributor
12 years agoregarding data transfer between two custom components or peripherals
I created register as the custom component and instantiated it twice.In a sopc system,now i have 2 separate registers,nios-ii processor,on-chip memory and also one DMA controller.I want to know,how t...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- actually i really want to make data from one component gets transferred to another sir --- Quote End --- You can assign address of one of your custom component as a read address of DMA and assign address of other custom component as a write address of DMA.You can find HAL driver of DMA in the user guide of DMA.