Resolved! calculating temperature for STM32L451 - tried both methods, but don't get correct readings
According to the data sheet, the calibrated values for specific chip (at 30°C and 130°C) are at the following addresses:#define TEMP30_CAL_ADDR (*((uint16_t*)0x1FFF75A8)) #define TEMP130_CAL_ADDR (*((uint16_t*)0x1FFF75CA))Therefore the calculation s...