User Activity

Hiwhen the STM32F103 enter the standby mode, it has the lowest power consumption. And it said the voltage regulator is switched off. And all of the data in the RAM will be lost except the backup ram and register of the RTC.But I tested it, the data w...
I'm looking for the low power function of the STM32F103TB. I have some questions about this function:1. I read the code of the AN2629, there has no interrupt routine code. So when we use the RTC alarm and the PA0 (wake-up pin) to wake up the MCU, whe...
The code generated by the STM32CubeMX is using the UART rather than the USART.How do we generate the code using the USART driver lib via the CubeMX?