How should I calibrate the built-in temperature sensor of STM32L073
Is there a way to use the HAL library to read the variable specified in the address?
Is there a way to use the HAL library to read the variable specified in the address?
Hi @リョウスケ クボ ,
A ready to use example for NUCLEO-L073RZ is available under STM32Cube_FW_L0\Projects\NUCLEO-L073RZ\Examples_LL\ADC\ADC_TemperatureSensor\Src.
You can refer to the readme.txt file on the same folder that describes what is expected by the example and how to use it.
The calibration is one of the operations done when calling Activate_ADC thanks to the LL API LL_ADC_StartCalibration.
-Amel
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.