-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for I2S protocol #87
Comments
I know next to nothing about I2S, but to the best of my knowledge, it is not supported. I'm also not aware of any plans to implement it, but of course any contributions doing so would be very welcome. |
Thanks for the response @hannobraun. When I find the time, I could begin to look into it. Kind regards, |
I've begun implementing I2S support, but I need some assistance regarding the way the HAL currently implements the I'm porting the I2S initialization C++ function This function requires access to:
These values are then used to determine the After calling Is there an example somewhere of accessing these registries (read-only) in a safe or unsafe way after constraining? cc. @hannobraun & @no111u3 Kind regards, |
You can always conjure up an instance of |
Thanks for pointing me in the right direction 👍 |
@ostenning Did you get anywhere with the I2S implementation? I am thinking of possibly implementing it myself if not :) |
@andybest Sorry, no I ended up going in a different direction with my project. But take a look at the |
@ostenning No worries! Thanks, I'll see if I can port over the implementation from there :) |
I'm trying to determine if the SPI implementation can support I2S? If not, any plans in the future to add this?
I assume that its related to SPI, as the datasheet for stm32f747zg suggests:
Thanks!
The text was updated successfully, but these errors were encountered: