[INC] Update the values of the sensor calibration temperatures for H742, H743, and H753 part numbers
diff --git a/Include/stm32h742xx.h b/Include/stm32h742xx.h
index 38d5905..23a55e4 100644
--- a/Include/stm32h742xx.h
+++ b/Include/stm32h742xx.h
@@ -25013,6 +25013,10 @@
#define IS_ADC_COMMON_INSTANCE(INSTANCE) (((INSTANCE) == ADC12_COMMON) ||\
((INSTANCE) == ADC3_COMMON))
+#define TEMPSENSOR_CAL2_TEMP ((((DBGMCU->IDCODE) >> 16) <= ((uint32_t)0x1003)) ? 110L : 130L) /* Temperature
+at which temperature sensor has been calibrated in production for data into TEMPSENSOR_CAL2_ADDR 110 °C for revision Y
+and 130 °C for revision V (tolerance: +-5 DegC) (unit: DegC). */
+
/******************************** COMP Instances ******************************/
#define IS_COMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == COMP1) || \
((INSTANCE) == COMP2))
diff --git a/Include/stm32h743xx.h b/Include/stm32h743xx.h
index 3802024..c7d4300 100644
--- a/Include/stm32h743xx.h
+++ b/Include/stm32h743xx.h
@@ -25661,6 +25661,10 @@
#define IS_ADC_COMMON_INSTANCE(INSTANCE) (((INSTANCE) == ADC12_COMMON) ||\
((INSTANCE) == ADC3_COMMON))
+#define TEMPSENSOR_CAL2_TEMP ((((DBGMCU->IDCODE) >> 16) <= ((uint32_t)0x1003)) ? 110L : 130L) /* Temperature
+at which temperature sensor has been calibrated in production for data into TEMPSENSOR_CAL2_ADDR 110 °C for revision Y
+and 130 °C for revision V (tolerance: +-5 DegC) (unit: DegC). */
+
/******************************** COMP Instances ******************************/
#define IS_COMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == COMP1) || \
((INSTANCE) == COMP2))
diff --git a/Include/stm32h753xx.h b/Include/stm32h753xx.h
index 1bb6955..385439a 100644
--- a/Include/stm32h753xx.h
+++ b/Include/stm32h753xx.h
@@ -25948,6 +25948,10 @@
#define IS_ADC_COMMON_INSTANCE(INSTANCE) (((INSTANCE) == ADC12_COMMON) ||\
((INSTANCE) == ADC3_COMMON))
+#define TEMPSENSOR_CAL2_TEMP ((((DBGMCU->IDCODE) >> 16) <= ((uint32_t)0x1003)) ? 110L : 130L) /* Temperature
+at which temperature sensor has been calibrated in production for data into TEMPSENSOR_CAL2_ADDR 110 °C for revision Y
+and 130 °C for revision V (tolerance: +-5 DegC) (unit: DegC). */
+
/******************************** COMP Instances ******************************/
#define IS_COMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == COMP1) || \
((INSTANCE) == COMP2))