Could not set I2S master clock line with mck keyword #9248
-
I'm trying to initialize a I2S object as described in the docs: https://docs.micropython.org/en/latest/library/machine.I2S.html but the keyword mck seems not to work. I'm using an Generic ESP32 board with SGTL5000 Codec:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
The |
Beta Was this translation helpful? Give feedback.
-
Which micropython version do you use ? The mck keyword is currently not supported by micropython. Even when #8110 solves an initialization bug with the mck configuration, I can't see anywhere in the ESP32 port that I'm pretty sure this is a bug. |
Beta Was this translation helpful? Give feedback.
The
mck
argument is only supported on the m.iMX port. We should clarify that in the documentation.