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 t...