Hi Team,
Here're few questions from the customer may need your help:
1) How does the internal temperature sensor acquisition function be calculated? As noted, the product test was referenced to 2.5 V, but according to the formula, it's hard to understand how the algorithm corresponds to a 3.0-V reference. Because the vref parameter is 3.0 when this function is called.
The same call is made in the 28379 internal temperature sensor routine:
The principle of this calculation can be clearly understood:
(Float32_t)tempResult * (vref / 2.5F) corresponds to vref set to 3.0, So the acquisition result needs to be adjusted by the multiplication rate; the bias value (float32_t)tsOffset is then subtracted; and the equivalent (float32_t)tsSlope is multiplied by the last.
2) No definitions or descriptions of the following parameters were found in the manual and TRM, could you help elaborate on this?
Thanks.
Best Regards,
Cherry