2025-04-23 3:41 AM - last edited on 2025-04-25 2:40 AM by KDJEM.1
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.
2025-04-29 9:01 AM
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