Forum Discussion
Altera_Forum
Honored Contributor
22 years agoExternal bus interface
I'm trying to implement something similar to the MMC interface with the Nios II through DMA and/or Avalon bus. This interface consists of 1 clock and 5 bi-directional data signals. In the ...
Altera_Forum
Honored Contributor
22 years agoalso had such a problem
try the following the interface will need at least write,read, chipselect and one address line, you can set write,read,address as shared, and you must not connect the chipselect signal. I think the avalon bridge needs the write,read and address signal.