Skip to main content
Ajeth.11
Associate III
March 25, 2021
Solved

M95M02 eeprom Read And Write

  • March 25, 2021
  • 1 reply
  • 1206 views

Hello All ,

I Am working On Interfacing M95M02 EEPROM With STM32 .

Anyone Have Example Code for the same that is very helpful for me

    This topic has been closed for replies.
    Best answer by Peter BENSCH

    Yes, there are plenty of examples available.

    Just look into the repository, i.e. the firmware for your specific flavour of STM32 and search for the folder name EEPROMRW:

    This directory contains a set of source files that implement a simple 

    example based on M24xx I2C and M95xx SPI EEPROM Read/Write.

    You will also find it in the Github repository.

    Good luck!

    When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

    /Peter

    1 reply

    Peter BENSCH
    Peter BENSCHBest answer
    Technical Moderator
    March 25, 2021

    Yes, there are plenty of examples available.

    Just look into the repository, i.e. the firmware for your specific flavour of STM32 and search for the folder name EEPROMRW:

    This directory contains a set of source files that implement a simple 

    example based on M24xx I2C and M95xx SPI EEPROM Read/Write.

    You will also find it in the Github repository.

    Good luck!

    When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

    /Peter

    In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.