cancel
Showing results for 
Search instead for 
Did you mean: 

Quad SPI memory interfacing on STM32U5G9VJTxQ microcontroller

cr_qc
Associate II

I am trying to communicate with an external flash chip “MX35LF1G24AD” using QSPI protocol, but I am not able to.

Simple test I implemented was to read chip ID to validate I could get data from external flash (I am using OCTOSPI1 interface).

From manufacturer datasheet it is mentioned that command should be sent using 1 line on SDIO0. However, when probing communication, data is sent from SDIO3.

 

Is it possible to send command, on 1 line, on SDIO0 pin instead of SDIO3?

1 REPLY 1

>>Is it possible to send command, on 1 line, on SDIO0 pin instead of SDIO3?

Sounds like you've not configured the command structure correctly.

https://www.macronix.com/Lists/Datasheet/Attachments/9034/MX35LF1G24AD,%203V,%201Gb,%20v1.4.pdf

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..