STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Can I use backup registers when RTC is disabled?

I need the RTC module to be enabled in order to write to & read from backup registers on STM32F401 using these functions:void HAL_RTCEx_BKUPWrite(RTC_HandleTypeDef *hrtc, uint32_t BackupRegister, uint32_t Data) uint32_t HAL_RTCEx_BKUPRead(RTC_HandleT...

MZadn.2 by Associate II
  • 2520 Views
  • 6 replies
  • 0 kudos

STM32F7: Ethernet Wakeup from stop mode

Hi,I want to wakeup my STM32F746 + FreeRTOS + LwIP system with a magic packet. I started off with configuring the MAC to generate the interrupt when a Magic Packet is received, without entering the low power mode beforehand. This works perfectly fine...

CA_SUS by Associate II
  • 749 Views
  • 0 replies
  • 0 kudos