STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HAL API documentation and examples

Hi,where do I find the full HAL API documentation? Is there a wiki? And also is there a way to pull it up in CubeIDE (I'm not referring to the autocomplete)? Also is there a repository with all examples organised by topic, for example PWM, I2C etc.? ...

Ricko by Senior II
  • 1710 Views
  • 2 replies
  • 3 kudos

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
  • 762 Views
  • 6 replies
  • 2 kudos

Why would FLASH_FLAG_PGPERR and FLASH_FLAG_PGSERR be set after a successful flash write, and at power-up before any flash write operations?

I've written a flash-based bootloader for the STM32F4 using the latest STM32CubeMX tool and its HAL libraries. I've avoided all the usual pitfalls (it's not my first bootloader), and my code works reliably. I'm not erasing my bootloader segment, writ...

SHers by Associate III
  • 5024 Views
  • 12 replies
  • 2 kudos