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

Failed to execute MI command after update to IDE

Hi All,I know the dreaded 'Failed to load MI command' error has been much discussed on the forum but I can't find any posts which match this set of circumstances, so hoping somebody can help.My project was working perfectly on STM32G0 but I need to p...

pretoriandave_0-1740427561434.png pretoriandave_1-1740427607194.png

STM32G0 Concurrency Question

I have some data that is accessed from a normal context and also from an IRQ. I am disabling the interrupt to prevent interrupted access. So no concerns there. However, what about forcing both the normal context and the interrupt context to have the ...

Carl_G by Senior III
  • 1036 Views
  • 6 replies
  • 2 kudos

Reading from Flash memory crashes the uC

HiWe are facing problems when reading a data that is written to the flash using the following function?Every time we write in reading the data the micro-controller crashes. Even if I want to see the content of the flash in that particular address usi...

Pejwaak by Associate III
  • 437 Views
  • 3 replies
  • 0 kudos

Resolved! RTC resets or stalls even with backup battery

I have an application running on STM32G491 which uses the RTC. There is an external 32768Hz crystal and a backup coin cell battery (I have checked that it is not depleted: 3.12V). There are two issues:Scenario #1: I pull the main battery, wait a bit,...