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...
Hi, I'm trying to setup a stm32g070kb (32pin) MCU as I2C slave by using CubeIDE.I would like to create a code which will work same as I2C Eeprom, but when I ask the stm32 (with another MCU) to return me a register or registers value, the returned reg...
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...
dear ST / reader,our application uses the STM32H743. We need a unique serial number to be stored in this micro, in non-volatile memory, to uniquely identify each board. There’s no on-board EEPROM, so we were wondering if this device includes any inte...
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...
Could you kindly share any reference schematics for SPI EEPROM M95P32-I interfacing with STM32 MCU preferably STM32U585?
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...
I tried implementing a driver by following the Flash example present of the GitHub page and a blog I found online:How to Program Flash memory in STM32 » ControllersTechThe driver code according to this blog is: STM32/FlASH_PAGE_F1.c at master · contr...
I am using an STM32L422RB and I have added the X-Cube-EEPROM SW package (version 3.0.0). After intensive use I noticed that the eEEPROM driver is actually writing 64 bits of 0's to my emulated EEPROM space on every device power up or wakeup. On furt...