Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows desktop devices.
2,993 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello All,
Is Windows.Devices.Spi support Dual-SPI and Quad-SPI (QSPI)?
If yes, is there any example that I can refer to in order to configure to the Dual/Quad-SPI mode?
Thank You.
Regards,
SG
Hello,
Welcome to our Microsoft Q&A platform!
When reading data through Windows.Devices.Spi
, it does not distinguish whether the current device is Quad-SPI or Dual-SPI.
If you are looking for how to use SQI in UWP applications, check out this example.
Thanks