Resolved! INTERNAL TEMPERATURE SENSOR: Reading false value (STM32L152RE)
Hello all,I am working with the STM32L152RE and want to read out the internal temperature sensor of the mikrocontroller. My code is the following:#define TS_CAL1 *((uint16_t*) 0x1FF800FA) // 30 °C#define TS_CAL2 *((uint16_t*) 0x1FF800FE) // 1...