Lululukas
New Contributor
2 years agoAudio Decoder Communication DE2-115
Hello,
I'm trying to convert a design from the Cyclone 2 to the Cyclone 4.
The design communicates with the audio decoder and there is my problem.
The audio decoder communicates with I2C and there are no problems with Cyclone 2.
Both boards have the same audio decoder.
I tried another design from AhmadGon
https://github.com/AhmadGon/WM8731-Audio-CODEC
When i load his design on the board it works and when i load my design on the board after his, my design also works.
So i thought the audio decoder isnt properly intialized in my design. I copied the init from AhmadGon but it didnt work. Now i'm clueless what else he's doing different than i am.