-
Notifications
You must be signed in to change notification settings - Fork 3k
FIX: Disable Analogin D13(PA_5) on some NUCLEO targets #12332
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
Conversation
@jamesbeyond, 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.
Yes, as pins are connected to the LED, it can't be used as analogin
@jamesbeyond Can you add this to the commit msg? |
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.
add disabling reason to the commit msg (LED connected)
- pins are connected to the LED, can't be used as analogin
eee57f6
to
f7d9850
Compare
comment message has been added. @0xc0170 |
CI started |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
Summary of changes
On
NUCLEO_F411RE
,NUCLEO_F303RE
andNUCLEO_L073RZ
those PA_5 pins can not be used as analogin. This failed the FPGA analogIn tests.The original changes were introduced in #11682 , but it seems it somehow got reverted by accident.
So introduced the fix again
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers
@mprse