Has anyone ever used the SSC controller for I2S?
Does anyone know if generating this timer signal via the PMC could prevent the SSC controller from working correctly?
then I get an outout from TD. But only on one side of both channels an it's a sine wave of about 50Hz!
Seems like this line of code prevents the Pin from working? Could that be?
But the next question is why a 50Hz sine of 3V?
I am running on 48kHz sample rate now.
Any ideas?
It's working now.
In case anyone is interested, i made a HIFI DSP shield for the arduino due using a Wolfson WM8731 Codec.
I'll post some documentation on this project as soon as I get to it.
hirschmensch:
It's working now.
In case anyone is interested, i made a HIFI DSP shield for the arduino due using a Wolfson WM8731 Codec.
I'll post some documentation on this project as soon as I get to it.
Hey I am trying to run the HiFi library to communicate with the WM8731 codec with arduino due. But I do not get any data from the codec shield.Could you please post your source code and some documentation?
If anyone's interested in I2S in and good quality audio general on microcontrollers, I've been doing a similar project on Teensy 3.1 for the last couple years. It's sending and receiving I2S stereo quite nicely (and also mono on the built in ADC and DAC), and a good number of audio processing features are implemented, and even a web-based GUI for defining the audio paths and documentation of the many features. Here's the source code. Some of the code might port to Due, but quite a lot depends on the specific DMA features on Freescale's chip.