Which internal temperature is correct in STM32Cube FW_G4 V1.6.1
I want to use Macro "__LL_ADC_CALC_TEMPERATURE" to calculate the chip's temperature. But there is a difference here.


As mentioned above, in datasheet, TS_CAL2 corresponds to 130 ℃.
But in STM32Cube FW_G4 V1.6.1, file "stm32g4xx_ll_adc.h", line 386, TEMPSENSOR_CAL2_TEMP corresponds to 110 ℃.
Which one is ture?
