I2S support on STM32H7 #11852
Unanswered
saraverbeecke
asked this question in
STM32 / Pyboard
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I flashed my NUCELO-H723ZG board with the latest MicroPython build and MicroPython runs well:
Now I want to use the I2S bus but the machine module has no I2S...
I tried to add:
to the
mpconfigboard.h
but then I get another build error when runningmake BOARD=NUCLEO_H723ZG
:So I removed the
require("bundle-networking")
line in themanifest.py
(since I don't need the networking capabilities) I got the following build error when re-runningmake BOARD=NUCLEO_H723ZG
:Any ideas how to get the I2S bus wokring on the NUCLEO-H723ZG board?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions