This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Where can I find example SIO drivers?

I'm beginning on an audio filter application and I'd like to write a DSP/BIOS SIO driver for the I2S peripherals on the c5532, as well as 'stackable devices' representing filters. What would be a good example SIO driver for me to use as a reference?

Application details:

2x I2S in

2X I2S out

2X I2S out

Multiple FIR filters, channel mixing

Live updating of FIR coefficients and mixing levels via I2C

Thanks in advance for any advice on approaching this application.