STM32L4 - Reading an external ADC via OctoSPI
Hello ST-Community.
We are evaluating STM32L4 MCU in order to operate in conjunction with an external ADC via SPI compatible interface.
The interface requires : two MISO (DOUTx), 1xCLK, MOSI is not required.

I assume that we could try this configuration of OctoSPI in CubeMx, but as the OctoSPI interface is mainly done to control FLASHs, I concern that we will need to customize a lot.

---
Did anyone use it OctoSPI for this kind of application?
Is there other suggestions?
Thank you!
PS. we understand, that we could use two SPI masters or SW GPIO control in order to imitate this protocol.
