Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L0 eeprom wear leveling

HiI am working on a device that need to store some parameters in eeprom quite frequently. Is it there any eeprom wear leveling algorithm on top of HAL that I can use to extend the eeprom life?BRGilberto

GErma.1 by Associate III
  • 729 Views
  • 1 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
  • 982 Views
  • 3 replies
  • 0 kudos

Printf no redirect

Hello, in my project I'd like to use printf for print debug messages, but if write printf("Test"), I don't see the string on the UART.I have redirect printf:#ifdef __GNUC__ /* With GCC, small printf (option LD Linker->Libraries->Small printf  set to ...

LBern.1 by Associate
  • 521 Views
  • 0 replies
  • 0 kudos

STM32L031K6 - How to Store Variables in EEPROM?

Hello!I am new in STM32, forgot my stupid question...How can i store a variable in EEPROM or flash?I have a STM32L031K6 Nucleo board, and got my CC1101-868MHZ transceiver with interrupts to work.I receive a unique address over RF, and want to store t...

Sany by Associate III
  • 843 Views
  • 2 replies
  • 1 kudos

Resolved! Firmware not running standalone in STM32L562QE-DK. It works when debugging through IAR. Any leads on this ?!

Powered the development kit via micro USB.Running a simple LED toggle program.Using IAR 8.5 the code runs and I see LED getting toggled.If I generate hex and flash it via JLINK , I dont see the LED toggling.Tried repowering, pressing reset button.. I...

VNara.1 by Associate II
  • 1454 Views
  • 3 replies
  • 0 kudos