Skip to content

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
merged 14 commits into from
Sep 5, 2023

Conversation

Jacob-Scheiffler
Copy link
Contributor

@Jacob-Scheiffler Jacob-Scheiffler commented Aug 23, 2023

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.

@github-actions github-actions bot added 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. labels Aug 23, 2023
@Jacob-Scheiffler Jacob-Scheiffler changed the title fix(PeriphDrivers): Remove I2C Rev. B fix(PeriphDrivers,Examples): Remove I2C Rev. B and fix bugs MXC_I2C_RevA_SlaveAsyncHandler Aug 23, 2023
@Jacob-Scheiffler Jacob-Scheiffler changed the title fix(PeriphDrivers,Examples): Remove I2C Rev. B and fix bugs MXC_I2C_RevA_SlaveAsyncHandler fix(PeriphDrivers,Examples): Remove I2C Rev B and fix bugs MXC_I2C_RevA_SlaveAsyncHandler Aug 23, 2023
@Jacob-Scheiffler Jacob-Scheiffler changed the title fix(PeriphDrivers,Examples): Remove I2C Rev B and fix bugs MXC_I2C_RevA_SlaveAsyncHandler fix(PeriphDrivers,Examples): Remove I2C Rev B and fix bugs in MXC_I2C_RevA_SlaveAsyncHandler Aug 23, 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants