pimoroni / yukon

15 stars 5 forks source link

Audio Amp Module: Terminating audio playback causes board to lock up #4

Closed ZodiusInfuser closed 1 month ago

ZodiusInfuser commented 1 year ago

Even though there is a try finally block in the example, terminating it (via thonny specifically) causes the board to lock up and need power cycling. Pressing the boot button to end the program ends everything cleanly. An exception (such as undervoltage) also ends cleanly.

ZodiusInfuser commented 1 month ago

I believe this is now resolved now to I2S now being deinit'ed in MicroPython at the C level.