User Activity

I aim to set the IWDG (Independent Watchdog) to STANDBY mode to ensure that our MCU remains in that state without being awakened by the Watchdog. To achieve this, I utilized the following command with STM32_Programmer_CLI.exe:After executing the comm...
During the process of configuring option bytes, we unfortunately got few MCUs bricked (unresponsive). In these devices, i was getting the following errors when trying to flash using STM32 programmer. (Tried both GUI and CLI with various reset modes a...
In our system with SMT32G041F6P6 powered by a battery, device gets to hung state when kept idle for few hours or days (randomly). We have already implemented a window  watchdog to detect any faults. Even with watchdog enabled, we are getting this han...
Edge-triggered interrupts had been used by us to identify various system states. However, it appears that the interrupts are now sometime erroneous and cause an undesirable state change. This led us to search for implementations where level-triggered...
We were using TIM16 to count and monitor if a button is pressed for more than 2 seconds. If pressed for more than 2 seconds, an interrupt will be generated and a flag will be set. This was successfully implemented when used as shown below:void HAL_TI...
Kudos from