stm32f765xx internal temperature sensor
Hello, I am currently trying to measure the temperature using the internal temperature sensor of STM32F765.
The Reference Manual stated to do temp = ((V_sense - V_25) / Avg_Slope) + 25,
but the address of calibration data existed in the Datasheet.
In this case, what formula should be used to measure temperature?
In my circuit, VDDA is connected to 3.3V, VREF+ is connected to 3.0V and ADC is set to 10bit resolution.
Additionally, I referred to RM0410 Reference Manual and STM32F765xx Datasheet.
