User Activity

Hi,I am using the STM32L082 and looking for ways to have a watchdog implemented.However during long periods of low power sleeps (e.g. 12 hours) I would like to freeze the IWDG downcounter.Is this possible for the STM32L082? Thanks
Hello,During code execution I would like to monitor the available memory. Is there a default function available to check the available RAM memory? Thanks
Dear ST experts,I am using the STM32L082 and looking to utilize the Dual Banks to be able to upgrade the firmware (swap between bank1 and bank2 and visa versa). Have compiled code for BANK1 and compiled for BANK2. Code flashed to BANK1 (0x0800 0000) ...
Hello,I am looking for your help on how to use the dual bank mechanism on the STM3L082.My goal is to download the new firmware 'over the air' and write it into bank 2 (starting from 0x0801 8000)Bank1 always remains as it is (with original firmware)BF...
On the STM32L0 I have a callback defined based on RTC alarms. In parallel I have a number of external interrupt (EXTIs) . Scenario Callback function is running due to RTC Alarm interrupt. Now EXTI is triggered as well (or visa verse -> EXTI function ...