2023-05-22 06:47 AM - edited 2023-11-20 04:54 AM
Hello,
I'm trying to do a calibration of the ADC before starting it, but in comping i get this error.
I declared all the hal libraries related to the adc.
Thanks
2023-05-22 07:10 AM
..but obviously the HAL_ADCex....c /.h are not included.
did you generate project with CubeIDE /HAL and use an ADC in Cube ?
2023-05-22 07:20 AM
I included them, in the forum i read that there is no calibration function for F4 series devices?
2023-05-22 07:56 AM - edited 2023-11-20 04:54 AM
ok, seem so.
so here adc need no "calibration" after ADON + some us delay.
you could see also -> simply look at functions in the hal-lib...
here from F103:
and here F411:
-- no calibration.
2023-05-22 08:07 AM
Always start your post stating which STM32 you use.
> there is no calibration function for F4 series devices?
Yes, no. See ADC chapter in Reference Manual.
JW