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

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
  • 1701 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
  • 672 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
  • 1419 Views
  • 2 replies
  • 1 kudos

FLASH_Program_DoubleWord(Address, Data) creating issue

Hi,I am using STM32L476RG MCU and trying to store some values in the EEPROM. When I try to program a 64 bit data, FLASH_Program_DoubleWord(Address, Data) is called and it is failing to program the data. FLASH->SR is set to 160 which I assume Fast pro...

ANaga.2 by Associate II
  • 1930 Views
  • 2 replies
  • 0 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
  • 2899 Views
  • 3 replies
  • 0 kudos