2022-03-17 06:48 AM
Hello,
Im working on a multi-channel A/D DMA project
I updated the version of STM32Cube from STM32Cube_FW_H7_V1.9.0 to STM32Cube_FW_H7_V1.0.0
Due to SW version upgrade,A/D calibration now times out and leads to an infinite loop.
What could be the cause?
2022-03-17 05:19 PM
Any difference in source file content before and after?
2022-03-17 06:44 PM
]Hello,
I have updated STMCubeIDE to version 1.9.0
and Imported .ioc file created in version 1.8.0.
Created the project again.
Comparing source code
PeriphCommonClock_Config() is no longer generated in Ver1.9.0
No clock is provided to the ADC module
This is probably the cause of the ADC calibration failure
When ADC1 is selected, the ADC clock is grayed out in the Clock Configuration tab
best regards
2022-03-18 12:25 PM
I'm having this exact same issue and cant get the adc to work at all. Have you managed to figure out a solution?
2022-03-18 07:09 PM
Hello,
I tried and error this issue in STMCUbeIDE1.9.0.
However, no solution was found
The current solution is to use Ver1.8.0.
best regards