Skip to main content
Associate II
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!

Best answer by mƎALLEm

Hello,

See attachement.

 

1 reply

mƎALLEm
mƎALLEmBest answer
Technical Moderator
April 10, 2024

Hello,

See attachement.

 

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
Associate II
April 10, 2024

Thanks a lot! Very helpful!

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

mƎALLEm
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.

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.