TinyUSB: the RP2040 I2S Output Challange
The starting point for writing audio data from USB to I2S using a Rasperry Pico (RP2040) Microcontroller is the speaker example sketch from my extended TinyUSB library. We would just do an i2s.write(data, len) in the callback: Unfortunately this did not work and this was locking up the output quite quickly. In the next trial, I was writing the data to a queue and do the i2s output in the loop(): still no success. The Read more




