STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32L5 - User Option Byte Access

The STM32L5 reference manual states that there are "4 Kbytes of option bytes for user configuration" accessible via the Flash register interface (section 6.3.1), but no further details are provided on how to access that space for user data storage.I ...

MBand.3 by Associate III
  • 1922 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H743 RTC Wakeup

Im trying to configure RTC for periodic autowakeup, and have no clue why it is now working properly. RTC_WKUP_IRQHandler called immediately and again and again, even though wakeup flag is cleared, resulting 2.4 MHz at LED2 (LED2_GPIO_Port->ODR ^= LED...

Resolved! STM32G0: Remapping address 0x00000000 to SRAM does not work

Hello,I'm using a STM32G0B1CC and I'm trying to remap address 0x00000000 to SRAM like this: __HAL_RCC_SYSCFG_CLK_ENABLE(); __HAL_SYSCFG_REMAPMEMORY_SRAM();Unfortunately this does not work and 0x00000000 is still mapped to FLASH.If I try to remap t...

DaMCU by Associate II
  • 2057 Views
  • 7 replies
  • 1 kudos