STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! SRAM2 parity checking.

I am using an STM32L452CE. I copy an executable (.bin) from Flash to SRAM2. I zero out the remaining SRAM2. I then 'jump' to the executable now in SRAM2. When I have the parity error checking off (FLASH_OPTR_SRAM2_PE = 1) it works fine. When I turn i...

GFalz.1 by Associate
  • 574 Views
  • 3 replies
  • 0 kudos

Resolved! Where can I find a list of register names for ST32?

I recently changed the chip i'm using for a project. I'm trying to port code between an STM32F031K6 and an STM32L412K8 but some of the registers seems to be called different things. In particular any reference toADC1->CHSELR doesn't work. Where can I...

deep_rune by Associate III
  • 891 Views
  • 4 replies
  • 0 kudos

Resolved! STM32L0xx hangs up by reading EEPROM

Hello!I have these code to store/read data in the EEPROM of my STM32L031K6..The write function works, the data is saved in flash correctly...When i want to read the data back, i falling in the HardFault Handler.... :\This is my Code: eeprom.h#define ...

Sany by Associate III
  • 615 Views
  • 3 replies
  • 0 kudos

Can't figure out why RTC wakeup event doesn't work

Hello,I've followed all the steps required to generate and handle a RTC wakeup in the manual, but it still doesn't work. I can't figure out why that doesn't work.The goal of the following code is that, when I click the reset button of my nucleo L152-...

BCora.1 by Associate III
  • 805 Views
  • 5 replies
  • 0 kudos

Resolved! STM32L412KB clock options

Im using a STM32L412KB for the first time and Im a little confused about the clock options. I can't seem to change the clock speed (input frequency) in cubeIDE, it's always stuck on 8MHz. However I notice there is an internal oscillator - does this m...

deep_rune by Associate III
  • 461 Views
  • 3 replies
  • 0 kudos