2025-08-29 1:41 AM - last edited on 2025-08-29 1:45 AM by Andrew Neil
I want to use LAN9250 with STM32U585RITxQ (64pin package) controller using SPI/SQI interface as described in Microchip's datasheet.
I find similar interface on STM32 as OctoSPI (using Quad SPI) and SDMMC which looks similar to me.
So I don't know which one is the correct choice. I need to use it at as highest data rate as possible (so 4 bit bus...).
Personally I don't think OctoSPI (using Quad SPI) is compatible with this as it is design for Memory. But I am not sure right now.
Can anybody help me decide on this?
2025-08-29 1:54 AM
Hello @manoj-j and welcome to the community;
For the OCTOSPI interface, you need to verify if this interface is supported by the device. The command format and order shared in the device datasheet must be aligned with the command format and order mentioned in the STM32 reference.
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.