-
Notifications
You must be signed in to change notification settings - Fork 108
fix(PeriphDrivers,Examples): Remove I2C Rev B and fix bugs in MXC_I2C_RevA_SlaveAsyncHandler #719
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jake-Carter
approved these changes
Aug 25, 2023
sihyung-maxim
approved these changes
Sep 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
MAX32650
Related to the MAX32650 (ME10)
MAX32655
Related to the MAX32655 (ME17)
MAX32660
Related to the MAX32660 (ME11)
MAX32665
Related to the MAX32665 (ME14)
MAX32670
Related to the MAX32670 (ME15)
MAX32672
Related to the MAX32672 (ME21)
MAX32675
Related to the MAX32675 (ME16)
MAX32680
Related to the MAX32680 (ME20)
MAX32690
Related to the MAX32690 (ME18)
MAX78002
Related to the MAX78002 (AI87)
Register Change
This issue or pull request involves a change to the MSDK registers.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The MAX32650 was the only chip which uses the I2C Rev. B source code, most of which were pass through calls to I2C Rev. A. Because of this redundancy, this PR remove all I2C Rev. B collateral and ports the MAX32650 source code to use I2C Rev. A.
Additionally, by accident I included the changes that were previously in #715, which fixed an error in the MXC_I2C_RevA_SlaveAsyncHandler by properly handling the DONE interrupt. This allows for our I2C examples to be run at speeds higher than 100kHz.