Hi,
I am trying to calculate the temperature using the MCU's internal temperature sensors. I read the ADC voltage values for the local bandgap, TempSense-1, and TempSense-2, and used the formula provided in the reference manual. I also read the calibration values from the UTEST memory:
- Sensor 0 Cal A: 237
- Sensor 0 Cal B: 54
- Sensor 1 Cal A: 127
- Sensor 1 Cal B: 1
Based on these values, I'm calculating a temperature. However, when compared with a temperature monitoring camera, the readings show a 5-10°C difference (lower in my calculation). Additionally, the MCU is resetting when the temperature reaches 180°C based on my calculations, but the reference manual indicates that the MCU should reset at 150°C.