User Activity

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...
Hello all, I worked with the Nucleo-F429ZI (which includes the STM32F429ZI) at the project start. I updated my software via UART and do following steps:I connect the Nucleo-F429ZI via USB to the PC (it's the power supply too)I connect a MM232R to pin...