2017-09-06 12:59 AM
In STM32F4's reference manual (RM0090), it gives a formula to calculate the temperature from the result converted from ADC. But in STM32F429xxx's datasheet, I find it gives a table to show the register address store the calibration values:
I know the temperature sensor in STM32F0 series is calibrated. So, I wonder if the temperature sensor in STM32F4 is calibrated too?
#stm32f4 #temperature-sensor #stm32f02017-09-06 09:33 AM
Hello
Zhang.Vincent
,T
he temperature sensor in STM32F4 is calibrated, andyou have the calibration values in the datasheet.
Kind Regards
Imen
2017-09-06 11:43 AM
>>So, I wonder if the temperature sensor in STM32F4 is calibrated too?
But probably not in the sense that the specific device was run over temperature in an environmental chamber.
2017-09-06 04:20 PM
While it may be 'calibrated,' it is still a relative measurement and not an absolute one.
2017-09-06 04:40 PM
Clive,
from the datasheet I read that the chip/wafer is actually held at 30 and 110 degree and the ADC values are recorded.
2017-09-06 08:28 PM
Can you explain more? Can't we measure the temperature (at least the temperature in the chip) even taking advantage of the two-point calibrated data?
2017-09-06 08:33 PM
Can you give more explanation? I think by use the two-point calibrated data, we can get a more accurate temperature.
2017-09-06 08:51 PM
Precision or Accuracy?
Unless you run your chip/board/enclosure up and down across a temperature gradient to understand how your supply voltage and regulation behave, and come up with some sort of correlation, I don't think it will have much value beyond just a gate temp estimate.
2017-09-06 09:10 PM
Yes, I mean Accuracy.
Actually, I do some correlation, at least for the VDDA. Because the factory value is calibrated at 3.3V. So I measure my VDDA, and do some 'scaling', and try to make it stable.
So, I think the temperature I get will be more accurate. Sure, I know it may only the temperature inside the chip, not outside the chip.
2017-09-07 10:12 AM
I'm saying outside forces with systemic/dynamic impact will be the primary drivers of accuracy, you should be thermally cycling your system to understand its behaviour. A white-paper/app-note from an ST Lab will cover their experiences, your mileage will likely vary. If this is important to you I recommend you characterize it in your own lab/hot-box.