-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32 L0 ADC internal channel fix #8103
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
Temperature measurement was not stable
@@ -172,6 +172,12 @@ uint16_t adc_read(analogin_t *obj) | |||
|
|||
HAL_ADC_ConfigChannel(&obj->handle, &sConfig); | |||
|
|||
/* need to wait for some stabilization time after setting the TSEN bit in the ADC_CCR |
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.
This wait is not needed on other STM32 series ?
/morph build |
Build : SUCCESSBuild number : 3200 Triggering tests/morph test |
Test stage will be restarted after 5.10.1 RC + exporters |
/morph build |
Build : SUCCESSBuild number : 3228 Triggering tests/morph test |
/morph export-build |
Exporter Build : FAILUREBuild number : 2812 |
Test : FAILUREBuild number : 3031 |
/morph test |
Test : SUCCESSBuild number : 3042 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 2840 |
Description
2 issues about ADC internal channels :
Manual internal tests have been performed in order to validate the correction.
Thx
Pull request type