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

Interrupts in EEPROM emulation(AN3969)

I'm trying to implement "AN3969 EEPROM emulation in STM32F40x/STM32F41x microcontrollers" on STM32F407.According to the documentation, "Interrupt servicing during program/erase is possible".However, when actually installed, interrupts stop completely...

UpStream by Associate II
  • 1292 Views
  • 4 replies
  • 0 kudos

littleFS on STM32H753 using Keil - issue

Hello,I'm using STM32H753 eval board, earlier I was using STM32CubeIDE wherein I've successfully tested littleFS(File system) library with external flash. littleFS - https://github.com/littlefs-project/littlefsthis code works ok in debug mode and nor...

AShel.1 by Associate III
  • 1878 Views
  • 3 replies
  • 0 kudos

STM32G431 Keil 5.36 Erase sectors fail

HiI use STM32G431R6T6 (32k Flash) with build in Bootloader.Boootloader use address 0x0800'0000 - 0x0800'1FFFApplication us address: 0x0800'2000 - 0x0800'7FFFIn the bootloader I can select Erase sectors (System delete only sectors which are used) So t...

franz2 by Associate III
  • 1803 Views
  • 2 replies
  • 0 kudos

Resolved! Can I run EEPROM_Emulation on the STM32L552CCT6?

X-CUBE-EEPROM v5.0.0 includes a sample for NUCLEO-STM32L552ZE-Q.I am trying to use this sample for STM32552CCT6 to run EEPROM Emulation, but the EE_Init() execution results in an error.To begin with, is it possible to operate EEPROM_Emulation with ST...

tsato.2 by Associate II
  • 1802 Views
  • 7 replies
  • 0 kudos

Hi all, I am new to working on stm32cubeide, earlier i have working experience of Embedded IAR workbench & a very strange situation I am facing now Can anyone give me solution regarding this.

I have issue in the following line of code when i am compiling the code with this in IAR it is alright but in stm32cubeide it is showing "stray @ in program" errorCan anyone help me to resolve this.Code line:-  const char [gcpAP_fw_ver] @ FW_VER_STR_...

SGoel.2 by Associate III
  • 1094 Views
  • 3 replies
  • 0 kudos

virtual EEPROM parameters

I am trying to implement a virtual EEPROM on an STM32G0B1 Some simple implementations exist but i rather use the formal ST as described in:https://www.st.com/en/embedded-software/x-cube-eeprom.html#My question, what are the guidelines for the START_P...

rcohe.1 by Associate II
  • 1261 Views
  • 3 replies
  • 0 kudos