Skip to main content
Visitor II
April 23, 2025
Question

SPI Interface for External Flash using LevelX & Filex

  • April 23, 2025
  • 1 reply
  • 501 views

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.

    This topic has been closed for replies.

    1 reply

    ST Employee
    April 29, 2025

    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