Forum Discussion
SFitz3
New Contributor
7 years agoHow do I make a I2S transmitter on the DE0-Nano?
I am trying to transmit a square wave in I2S for the CS4334 DAC, but I do not understand the timing behind it. The code I have so far doze not work. Music.v module Music(input wire clk, output re...
SFitz3
New Contributor
7 years agoI am connecting to the GPIO
- EBERLAZARE_I_Intel7 years ago
Regular Contributor
Hi,
Have you assign the pins correctly?
If you are designin using Qsys/Platform Designer, make sure when you enable the GPIO's in the peripheral pins in Qsys/Platform Designer and that you update the Assignment editor page to include your linked pin.
i2s document to refer, De0 nano is using Cyclone V so you can refer:
https://rocketboards.org/foswiki/Projects/SodiaALSAaudioExampleDesign
Regards.