2026-05-13 5:15 AM
I am currently interfacing M95P08-IXMNT/E with an STM32H755ZIQ board using SPI. My connections are:
SCK -> PA5
MISO -> PA6
MOSI -> PD7
CS -> PA4
I am trying to read the Device ID/JEDEC ID from the flash memory, but I am not getting the expected response value.
Could anyone please help with:
Correct SPI configuration required for the M95P08
Supported SPI mode (CPOL/CPHA)
Required reset/power-up sequence
Example command sequence for reading JEDEC ID
Whether HOLD/WP pins need pull-ups or specific states
Any STM32-specific considerations while interfacing this IC
If anyone has a working initialization/read-ID example, it would be very helpful.
Thanks.
2026-05-13 5:51 AM
You need to provide more details about what you have already tried, see How to write your question to maximize your chances to find a solution, e.g.:
Otherwise, you can refer to the software package X-CUBE-EEPRMA1. It is designed, among other things, for the M95P32, but since the M95P08 and M95P32 differ only in details (package, ESD robustness, chip erase time, default configuration), it can otherwise be used well as a template.
Hope that helps?
Regards
/Peter