Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I've also swapped out the DAC for a CODEC, the QICPCM3060:

Image Added


I couldn't get the PCM3060 to slave to the SAMD51, so I made it the master, and the SAMD51 the slave, which required rewriting the Arduino code.

Here's the basic ChirpInterp code from Demo4 with the necessary changes in setup:


View file
nameM4I2SChirpInterpSlave.ino
height250


And here's the beginnings of an effects processor – the 51 reading from the CODEC and writing it back out:


View file
nameM4I2SPassthruSlave.ino
height250