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! STM32F031 - Code runs in line-by-line debugging but not otherwise. Some functions only run if defined as macros

I am writing code for the STM32F031K6T6 MCU using the Keil uVision. The IDE information is shown in the image below: The C/C++ options for Target are configured as shown here: I started a new project, selected the chip, and configured the run-time en...

0693W00000YAKYEQA5.png 0693W00000YAKYYQA5.png 0693W00000YAKYnQAP.png

EEPROM in FLASH emulation for STM32G07x - how to use original EEPROM emulation pre-prepared code without HAL support ?

I'm using just LL drivers for my project, unfortunately eeprom_emul.c file function EE_Init needs stm32g0xx_hal_flash file with HAL_GetTick and HAL_FLASHEx_Erase funtion. What I'm doing wrong ? Is there any example without HAL level functions for EEP...

Onpa by Associate
  • 890 Views
  • 2 replies
  • 0 kudos

Resolved! X-CUBE-EEPROM Is it possible to remove routine which writes 64bit zeros on every restart of the device? (It writes 64bits of 0 during EE_Init - due to data recovery mechanism).

I am using X-CUBE-EEPROM software to emulate EEPROM in flash memory of the MCU.It is running on STM32G070RB. This MCU has endurance only 1 kcycle.We would like to store only a few variables (about 10) to the virtual eeprom. I expect that the main app...

RMala.2 by Associate II
  • 1701 Views
  • 3 replies
  • 0 kudos

Keil uv5 application hangs when I add Large C file and The only way out is "killing" uVision via Windows 10 task manager.

MCU: STM32L071cz Application : MDK-ARM essentials version 5.35 when I try to build large project. The "Build Output" window freezes at a random point in the build. uVision is still responsive but I can't stop the build or quit uVision. The only way o...

GR.5 by Associate II
  • 933 Views
  • 1 replies
  • 0 kudos

STM32 internal eeprom

Hi!I am working with a STM32L053 MCU. I would like to write to the internal eeprom, and based on the datasheet it takes 3.2 ms.I have doubts that during that time interrupts will be ignored. It is not clear for me why. I thought that the code is in t...