-
Notifications
You must be signed in to change notification settings - Fork 3k
ublox c030: Add PC2 pin to ADC pin map #7932
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
/morph build |
Build : SUCCESSBuild number : 3142 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2749 |
/morph mbed2-build |
Test : FAILUREBuild number : 2946 |
/morph test |
Test : FAILUREBuild number : 2954 |
Well those failures don't look related to the PR... /morph test |
Test : FAILUREBuild number : 2960 |
Aborted, will be restarted once master fix comes in |
Will restart test after 5.10.1 RC is completed |
/morph test |
Test : FAILUREBuild number : 3006 |
/morph test |
Test : SUCCESSBuild number : 3014 |
Description
The pin PC2 of STM32F437xG MCU, used in C030 board is an Analog input pin however currently it is not defined in pinmap of ADC due to which an AnalogIn object cannot be created using this pin. In case of target C030, this pin can be used to determine the current consumption of the cellular modem.
Pull request type