Skip to main content
Graduate
April 10, 2024
Solved

EEPROM emulation firmware library

  • April 10, 2024
  • 1 reply
  • 1762 views

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!

    This topic has been closed for replies.
    Best answer by mƎALLEm

    Hello,

    See attachement.

     

    1 reply

    mƎALLEmAnswer
    Technical Moderator
    April 10, 2024

    Hello,

    See attachement.

     

    Graduate
    April 10, 2024

    Thanks a lot! Very helpful!

    How were these files distributed once? Were they part of bigger package or of some library?

    Technical Moderator
    April 10, 2024

    I found it in my archive and believe me, you're lucky ;). I think it was distrubuted in an old standard firmware library package and it's not possible to find it on the web.

    Please "Accept as solution" my answer if you got what you need.

    Thank you.