User Activity

In my application, I need to put the MCU in a low-power mode and wake it up periodically (ashttps://community.st.com/s/article/how-to-configure-the-rtc-to-wake-up-the-stm32-periodically-from-low-power-modes). The MCU is connected to a sensor. While t...
I was wondering if one could define their own task tags (special comments like the default "FIXME" or "TODO") in the IDE? The IDE is Eclipse-based, but the preferences' window is not identical. So, the guides for Eclipse, like this one (https://stack...
The operating temperature range for the above MCU is -40 to 85 deg C (105 deg C junction). Does it mean that the maximum temperature for soldering is 105 deg C, or does it just mean that the MCU will shut down at 105 deg C? I would appreciate it if y...
When I create a new project in STM32CubeIDE with the use of a configuration (.ioc) file, configure peripherals, and generate code, all handlers (such as I2C_HandleTypeDef, UART_HandleTypeDef, QSPI_HandleTypeDef, DMA_HandleTypeDef, etc.) and their ini...
I am using Serial Wire Debug (SWD) to trace some debug information while using the STM32WB55CGU6U MCU. Based on UM2609, the default maximum size of the SWV trace buffer on a PC = 2,000,000 packets. This buffer is stored in the heap of the STM32CubeID...
Kudos from