cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F469 ADC calibration not compiling

Riccardo Franceschetto
Associate III

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


_legacyfs_online_stmicro_images_0693W00000bkZpTQAU.png

4 REPLIES 4
AScha.3
Chief II

..but obviously the HAL_ADCex....c /.h are not included.

did you generate project with CubeIDE /HAL and use an ADC in Cube ?

If you feel a post has answered your question, please click "Accept as Solution".

I included them, in the forum i read that there is no calibration function for F4 series devices?

ok, seem so.


_legacyfs_online_stmicro_images_0693W00000bkaBeQAI.pngso 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:


_legacyfs_online_stmicro_images_0693W00000bkaDVQAY.pngand here F411:


_legacyfs_online_stmicro_images_0693W00000bkaEEQAY.png-- no calibration.

If you feel a post has answered your question, please click "Accept as Solution".

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