How to convert calibration values for temperature sensor from 3.3V to 2.5V?
Hi,i have a STM32H743 with an external voltage reference with 2.5V and want to use the internal temperature sensor.When i use the calibration values from flash i converted them by ((TS_CALx *33.0)/25.0).The measured value at room temperature seems to...