STM32f103 Eprom emulation
Hi amazing community.
I am working with the following mcu STm32F103
Since in the design of our board we didn't insert any real eeprom for saving some data we decided
to use a emulation tecnique provided from ST
Here below it is reported the header file
/**
******************************************************************************
* @file EEPROM_Emulation/inc/eeprom.h
* @author MCD Application Team
* @version V3.1.0
* @date 07/27/2009
* @brief This file contains all the functions prototypes for the EEPROM
* emulation firmware library.
******************************************************************************
We decided to save 50 kbyte of data for a log..
The question is the following.
Do you have an idea about how many times we can write data in the flash ?
Is there a maximun numer ?
If yes can you provide this number or tell me where to find it ?
Thanks a lot
