M95P08-IXMNT/E — Unable to Read Device ID with STM32H755ZIQ SPI Interface
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.