Resolved! STM32G0B1: internal temperature sensor
I am trying to measure/calculate the internal temperature of an STM32G0B1VE design.The algorithm used is taken from the reference manual RM0444 Rev 5 pages 376-378:Temperature in degreesC = ((TS_CAL2_TEMP-TS_CAL1_TEMP) / (TS_CAL2-TS_CAL1)) * (TS_DAT...