Forum Discussion
Altera_Forum
Honored Contributor
10 years agoHow to communicate with I2S block that works at much slower frequency to communicate
I am going to write an I2S block soon (I must write my own), one issue I just realized that I have is that the data output must be synchronized with the MCLK clock sent to the DAC. This master clock ...
Altera_Forum
Honored Contributor
10 years agoThere are many tutorials for this. Search for "clock domain crossing". For this, I'd use a pair of FIFOs, one for each direction.
One issue that burned me on my first I2S project, the samples are signed integers. I couldn't figure out why I was getting very low audio levels with my square wave test signal (0x0000-0x1111"