M95M02 eeprom Read And Write
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-03-25 04:52 AM
Hello All ,
I Am working On Interfacing M95M02 EEPROM With STM32 .
Anyone Have Example Code for the same that is very helpful for me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-03-25 05:47 AM
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