2025-03-24 3:45 AM - edited 2025-03-24 6:28 AM
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.
2025-03-24 4:12 AM
@Levanov wrote:an external ADC via SPI compatible interface.
The interface requires : two MISO (DOUTx), 1xCLK, MOSI is not required.
That seems to be rather stretching the claim, "SPI compatible" ?!
Please give the part number of the device.
What does the manufacturer recommend/suggest?
2025-03-24 5:35 AM
The P/N is MAX11192.
I did not find that they suggest something particular to read this ADC.
2025-03-24 5:55 AM
So this: https://www.analog.com/en/products/max11192.html
(always helpful to provide a link)
Have you tried the ADI forums, or tech support?
2025-03-24 6:36 AM
Alright.
My question was not about the ADC in particular. We know that it operates well and the data can be read via this serial protocol without any issue. So, I am not sure there is a sense to write in ADI forum.
The question was:
Is it possible to imitate the series protocol (that listed above) using OctoSPI HW of STM32L4 ?