STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Where to read length of sleep time on RTC WUT

We are using the STM32L071RB, currently have the firmware set to go to sleep (stop mode) and wake up after ~5 minutes with the RTC WUT (see section 22.4.6 and A13.3 in RM0377). This works great, however this timer isn't the only wakeup source. If the...

LWill.4 by Associate II
  • 207 Views
  • 6 replies
  • 2 kudos

stm32H7, HAL_Deinit() causes core stall

Hi there, I'm fixing the jump function from my custom bootloader to the application, below the code:  static void __inline__ CheckAPPjumpRESET(void) { /*.-.-.| Local variables: |.-.-.*/ u32t uiI = 0; /*.-.-.| Execution: |.-.-.*/ if(GetRESETkey()...

iTTy by Associate III
  • 39 Views
  • 1 replies
  • 0 kudos

STM32H743 Flash bank swap leads to WWDG reset

Hello, I am trying to perform a flash bank swap from bank1 to bank2. Executing the following code: FLASH_OBProgramInitTypeDef OBInit;   /* Unlock tha User Flash area */ HAL_FLASH_Unlock();   HAL_FLASH_OB_Unlock();   /* Get the Dual boot configura...

Amihayl1 by Associate II
  • 938 Views
  • 6 replies
  • 0 kudos