STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_FLASH_OB_Launch() Hangs STM32L5

I'm attempting to enable the SRAM2 parity bits on an STM32L552, and any time I call HAL_FLASH_OB_Launch, the chip hangs. I've also tried directly setting the OBL_LAUNCH bit in the NCSR register with the same results.I've looked through some of the L...

MBand.3 by Associate III
  • 848 Views
  • 3 replies
  • 0 kudos

Resolved! STM32L552, SWAP_BANK dynamically

SWAP_BANK for the STM32L552 is a bit in the eeprom, but we want to swap the flash banks in an own bootloader dynamically and do not want to expire the eeprom's lifetime,Any option to swap the memory without eeprom settings?

mluerkens by Associate III
  • 426 Views
  • 2 replies
  • 0 kudos

STM32G0 and FLASH_TYPEPROGRAM_FAST fail

Hello,I use a Nucleo-STM32G0B1 (512KB Flash).I would like to flash same data in fast mode, but the HAL_FLASH_Program() function ending with error. The HAL_FLASH_GetError() = 0x2A0 (PGSERR and PGAERR).Before writing I erase some flash pages.If I clean...

JTred.2 by Associate II
  • 2326 Views
  • 6 replies
  • 0 kudos
Labels