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! 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
  • 2817 Views
  • 12 replies
  • 0 kudos

Where are release dates of MCUs are stored

Would need release dates for:L433 - guessing from searching around 2017L152 - guess 2015L552 - guess 2018L072 - guess 2016has anybody a way to find out or the data? Thanks a lot

ASche.5 by Associate III
  • 1255 Views
  • 5 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...