2025-04-29 1:16 AM
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?
2025-04-29 1:25 AM
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
2025-04-29 1:49 AM
Do you have any example code or source code for this EEPROM?
2025-04-29 2:31 AM
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.