cancel
Showing results for 
Search instead for 
Did you mean: 

Looking guideline for M95P32-I EEPROM to store data with ESP32

KC_Yoong
Visitor

Hi, I am new for ST, currently I am build the data logger for power monitoring which is used the M95P32-I to store log data and ESP32S3 is used to process data received.

Can I know there have any guideline or source code for this M95P32-I EEPROM for some configuration, write and read data? 

3 REPLIES 3

An EEPROM neither knows nor cares what microcontroller you use - all it sees is an SPI connection.

The interface is described in the datasheet:

https://www.st.com/en/memories/m95p32-i.html#documentation

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

Do you have any example code or source code for this EEPROM? 

As always, Look on the 'Tools & Software' tab of the Product Page;

https://www.st.com/en/memories/m95p32-i.html#tools-software

 

There, you'll see the X-NUCLEO-PGEEZ1 - click to go to its Product Page, and see the 'Tools & Software' tab there:

https://www.st.com/en/ecosystems/x-nucleo-pgeez1.html#tools-software

 

Also try your favourite internet search engine.

GitHub also has a search facility.

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.