2021-07-30 08:23 AM
When configuring ADC3 for VREF and/or TEMP acquisition then the necessary call to
LL_ADC_SetCommonPathInternalCh(ADC3_COMMON, LL_ADC_PATH_INTERNAL_TEMPSENSOR | LL_ADC_PATH_INTERNAL_VREFINT);
is not made. This is necessary for those channels to function correctly.
Workaround:
Call the internal path configuration function manually, followed by the proper delay before starting the ADC.
Affected (also all older version AFAIK):
STMCubeMX: 6.3.0
STMCubeIDE: 1.7.0
Both using STM32Cube FW_H7 V1.9.0
Occured with: STM32H730VBH (TFBGA100 Package)
Solved! Go to Solution.
2021-08-05 03:29 AM
Hi @Wolfgang Pupp ,
I have checked from my side, and I confirm the issue, you're right.
Thanks for raising this problem to our attention and sorry for any inconvenience that may have caused, issue will be fixed.
Khouloud
2021-08-02 03:04 AM
Hello @Wolfgang Pupp ,
Thank you for your post,
I'll check it then I'll get back to you.
Khouloud
2021-08-05 03:29 AM
Hi @Wolfgang Pupp ,
I have checked from my side, and I confirm the issue, you're right.
Thanks for raising this problem to our attention and sorry for any inconvenience that may have caused, issue will be fixed.
Khouloud