2024-02-27 12:15 PM
Hi,
I would like to know if it's possible to use M95P32 in memory mapped mode on STM32G474 QSPI interface.
Thank you.
Andrea
Solved! Go to Solution.
2024-02-28 12:48 AM
Hello @AndreaCollamati and welcome to the Community :),
The STM32G474 has 2 types of SPI interface :
The QuadSPI interface can be used to manage a single, double or quadruple SPI.
In that way, you will have the flexibility to communicate with the M95P32-I in single, dual or quad SPI.
Please take a look to this post Could you kindly share any reference schematics for SPI EEPROM M95P32-I interfacing with STM32 MCU?
Note that:
- Full duplex SPI transfer is not supported.
- Only read operations are allowed in memory mapped mode.
Thank you.
kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-02-28 12:48 AM
Hello @AndreaCollamati and welcome to the Community :),
The STM32G474 has 2 types of SPI interface :
The QuadSPI interface can be used to manage a single, double or quadruple SPI.
In that way, you will have the flexibility to communicate with the M95P32-I in single, dual or quad SPI.
Please take a look to this post Could you kindly share any reference schematics for SPI EEPROM M95P32-I interfacing with STM32 MCU?
Note that:
- Full duplex SPI transfer is not supported.
- Only read operations are allowed in memory mapped mode.
Thank you.
kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.