-
Notifications
You must be signed in to change notification settings - Fork 93
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
fix(PeriphDrivers, Examples): MSDK-1232: Update I2S driver for confused usage of wsize and bits_word register fields #847
Conversation
c2fb5e9
to
89e62eb
Compare
Also fixes the #762 . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Name change complications... will need to discuss with the team.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ahmetalincak, this is a great improvement.
@BrentK-ADI I believe the I2S application you were working on last year would be a good case study to check these changes against. Can you run a build of your application against this branch and give us your perspective? I wonder how significant the build errors/update requirements are. Ideally, it's just a few minor updates to your request structs. Your feedback would be really valuable considering the driver issues you worked around.
f193dfd
to
c4d2ba7
Compare
Hi @Jake-Carter and @sihyung-maxim. After our discussions, I decided to create another PR so that we can compare and pick one solution. Please see #878 for details. After deciding on the solution, I'll merge the developments on examples. |
4663abb
to
ffe81f1
Compare
ffe81f1
to
78a8928
Compare
Everything else looks good, by the way. |
Hi @Jake-Carter, thanks for the latest change! |
No problem! |
Hi, I'm having problems using the example on the MAX78000FTHR using codec and external mic. |
Description
Fix I2S Peripheral Driver for mixed usage of sample_size and bits_word registers. As described in the related Jira tickets, there was a confused usage for the word size and bits_word.
I updated all I2S examples to use new changes and made them buildable. I am going to open a new PR for examples after my changes are approved.