-
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
Fix STM32H747 Arduino pinout #13652
Fix STM32H747 Arduino pinout #13652
Conversation
@felipeLeast, thank you for your changes. |
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.
Good catch, User Manual seems wrong :-(
I checked schematics, seems better.
@@ -310,7 +310,7 @@ typedef enum { | |||
ADC_VBAT = 0xF2, | |||
|
|||
// Arduino connector namings | |||
A0 = PF_7, | |||
A0 = PF_4, |
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.
PA_4
In fact, I knew the issue... |
@felipeLeast Can you fix the comment above? |
Test run: SUCCESSSummary: 10 of 10 test jobs passed |
bf55385
to
d011d21
Compare
done |
Pull request has been modified.
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.
Approved.
CI started |
Test run: FAILEDSummary: 1 of 10 test jobs failed Failed test jobs:
|
Test run: FAILEDSummary: 1 of 10 test jobs failed Failed test jobs:
|
CI restarted |
Test run: SUCCESSSummary: 10 of 10 test jobs passed |
Summary of changes
Changing Pin Names for Arduino header on STM32H747
Impact of changes
Migration actions required
Documentation
No documentation required
Pull request type
Test results
Reviewers
@jeromecoutant