Is it possible to configure the QSPI as slave to receive data from an external ADC
Hello,
I'am trying to connect the AD7771 (https://www.analog.com/media/en/technical-documentation/data-sheets/AD7771.pdf) with a STM32F413. The question is, if it is possible to configure the QSPI as slave to receive the data from the AD7771 via DOUT0-DOUT3. In this case, the AD7771 is the master and provides the CLK. How can I configure the QSPI that the CLK Pin of the µC is an input and uses the CLK of the AD7771?
FYI: I have already connected the DOUTs to the normal SPIs and it works fine. The problem is that their are not enough SPIs to connect the other "modules" and so I want to save the normal SPIs which are connected to the AD7771.
Thanks for your support.
