STM32H7A3 internal temperature equation Doubt
Hi all,
In STM32H7A3 reference manual section 27.4.33 internal temperature sensor equation
Temperature in °C = TS_CAL2_TEMP - TS_CAL1_TEMP / TS_CAL2 - TS_CAL1*( TS_DATA - TS_CAL1) + TS_CAL1
in Last TS_CAL1 i have doubt because all other H7 family like (STM32H742,STM32H745) datasheet show like below equation Temperature in °C = 110 °C 30 °C / TS_CAL2 -TS_CAL1 * ( TS_DATA TS_CAL1) + 30 °C.
so when i put TS_CAL1 then it give output higher value because in TS_CAL1 = 12344 value so overall output value is 12389 °C something.
but when i put +30 °C at the last then its give reasonable temperature value (30 to 35°C)
so i need to confirm is that any written mistake in datasheet or i doing wrong anything please help me.
Any help is very much appreciated! thank you.
