Skip to content
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

I2C Example Enhancement for MAX32690EVKIT #824

Closed
selimgullulu opened this issue Dec 11, 2023 · 2 comments · Fixed by #828
Closed

I2C Example Enhancement for MAX32690EVKIT #824

selimgullulu opened this issue Dec 11, 2023 · 2 comments · Fixed by #828
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@selimgullulu
Copy link
Contributor

The I2C example fails to run by the default jumper settings on the MAX32690EVKIT. The reason for this is the Jumper 9 and Jumper10 are set to CTS and RTS by default on the EVKIT. These jumpers have to be set to SDA and SCL.
The explanation in the main() can be extended with this information:
printf("\n******** I2C Master-Slave Transaction Demo *********\n");
printf("\nThis example uses one I2C peripheral as a master to\n");
printf("read and write to another I2C which acts as a slave.\n");

printf("\nYou will need to connect P1.8->P2.8 (SCL) and\n");
printf("P1.7->P2.7 (SDA).\n");
**printf("Make sure the Jumper 9 and Jumper 10 on the MAX32690EVKIT are set to SDA and SCL");_**

MAX32690EVKIT_I2C_recovery

@Jake-Carter Jake-Carter self-assigned this Dec 12, 2023
@Jake-Carter Jake-Carter added documentation Improvements or additions to documentation bug Something isn't working labels Dec 12, 2023
@Jake-Carter
Copy link
Contributor

Thanks @selimgullulu, the README does highlight setting JP9/JP10, but I've just updated the printfs to make this more clear as well.

@selimgullulu
Copy link
Contributor Author

Hi @Jake-Carter , thanks for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants