Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12604 Discussions

Is it possible to send audio data to a component without using the cpu?(DE2 115)

Altera_Forum
Honored Contributor II
971 Views

I have a custom component with a memory mapped slave, I want to continuosly send audio input to it without using the nios cpu. Is this possible?

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
264 Views

Ofcourse. Create a component, with Avalon-MM master interface and connect your slave to it.

0 Kudos
Altera_Forum
Honored Contributor II
264 Views

That's the great thing about standard interfaces, if you want to replace a block you don't have to worry about reworking all the glue logic between it and the rest of your system. 

 

So instead of having Nios II write to your slave port, you could connect a DMA to it for example to move the data. What are you looking to use to provide the data to the audio component?
0 Kudos
Reply