EEPROM emulation firmware library
I'm working with a legacy project that uses some EEPROM emulation code on a STM32F103 MCU. I need to find the original release file containing eeprom.c and eeprom.h of that emulation code. The description of the header file looks like this:
/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name : eeprom.h
* Author : MCD Application Team
* Version : V2.0.0
* Date : 06/16/2008
* Description : This file contains all the functions prototypes for the
* EEPROM emulation firmware library.
********************************************************************************
As you can see this is very old code. Is there a place where I can find the original release package that contained these files?
I was able to find similar, much newer code but not that exact release/version.
Thanks a lot!
