cancel
Showing results for 
Search instead for 
Did you mean: 

SPI Interface for External Flash using LevelX & Filex

shanmugapriyan21
Associate

Hi,

I'm working on the project using STM32H723 with an external flash (winbond 16MB), 

I already using Azure RTOS Threadx for my project, 

My PCB has SPI Connection with the flash, all the Levelx examples are with Quad SPI, any Levelx examples with SPI Full Duplex Master and  Filex.

Please help on this, thanks.

1 REPLY 1
Dor_RH
ST Employee

Hello @shanmugapriyan21,

In the X-CUBE-AZRTOS package, most LevelX examples are indeed designed for Quad SPI (QSPI). However, if you need to work with a standard SPI interface in full-duplex mode, you might need to adapt the existing examples.

To start, you can use an existing SPI full-duplex example from STM32Cube that demonstrates basic SPI communication.

I hope my answer has helped you. When your question is answered, please select this topic as solution that answered you, it will help others find that answer faster.

Thanks for your contribution.

Dor_RH