Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I am working on a project that integrates a I2S MEMS microphone from TDK InvenSense and it uses a 24 bits word, two's complement, two channels over 64 SCK (in other words, it expects 32 clocks per channel even though it only has 24 bits of useable data). I can't seem to get the Zephyr I2S configuration right for this. When I set the word_size to 32, I always get error -22 (-EINVAL)
From the ICS-43434 datasheet:
When I configure the I2S as this (note the 32bits word_size).
Does the nrf52833 not support word sizes of 32 bits?
Beta Was this translation helpful? Give feedback.
All reactions