STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! EEPROM blocked while page change

Hi ST community, First question for me here.... It is about an emulated eeprom issue   I try to save dta to an emulated eeprom. Parameter are : starting dress : 0x800D00 page size 0x800 number of variable to be saved 37 guard page number =2 cycle lif...

etour.1 by Associate II
  • 2634 Views
  • 12 replies
  • 0 kudos

STM32F429DISCOVERY, STM32CUBEIDE 1.12.0 I've created a class for a communication packet. It has global scope. Upon instantiation, the code hard faults.

If I comment out the instantiation, compile and run, then uncomment the instantiation, compile and run, the code will work fine from that point on. But it will not run without hard faulting unless I do the comment / uncomment thing. Here's the code f...