Skip to content

How can I enable i2s support #10307

Dec 23, 2022 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

I think you should simply add something like this in your f429 mpconfigboard.h:

// I2S buses
#define MICROPY_HW_I2S1      (1)
#define MICROPY_HW_I2S2      (1)
#define MICROPY_HW_I2S3      (1)

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@lihuate
Comment options

@peterhinch
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@lihuate
Comment options

Answer selected by lihuate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants