-
Notifications
You must be signed in to change notification settings - Fork 3k
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
nxp LPC55S69: fix i2c pin mapping #11734
nxp LPC55S69: fix i2c pin mapping #11734
Conversation
@maciejbocianski, thank you for your changes. |
Per the schematics P0_13 is I2C_SDA and P0_14 is I2C_SCL. I have tested the I2C with the FPGA sheid board and it passed the I2C test. Board Schematics can be accessed from the below link: |
@mmahadevan108 mbed-os/targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC55S69/TARGET_LPCXpresso/PinNames.h Lines 180 to 181 in 6240335
|
Thank you, I see the issue. Could you please help update the PR. |
18ffcc7
to
bb91975
Compare
@mmahadevan108 done |
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.
Thank you
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
Fix LPC55S69 I2C pin mapping on arduino A5/A4 pins
Target page also needs to be updated (https://os.mbed.com/platforms/LPCXpresso55S69/)
Pull request type
Reviewers
@jamesbeyond
@ARMmbed/team-nxp
Release Notes