It's a crazy idea to connect the AD9288BSTZ-100 at full speed to qspi.
I know how to do it.
AD9288BSTZ has a 8bit parallel interface per channel. If you add a switch, you get ddr mode 4bit. If you use two channels qspi - then the data will be automatically placed in memory in the correct sequence 1-2-1-2-1-2. The theoretical speed of the external ADC interface will be 200 MHz, or 200M samples per second, or 100M for two separate ADC channels. Very beautifully it turns out. !!!
But I'm worried about the load on the processor itself, for it turns out 50M transactions per second 32bit words. What is 1/4 of the system bus capability. If you use the fifo dma, and transfer 4 blocks at once - that is, the probability of winning the bus arbitration by the time of recording.
A question about data bus arbitration from the dma side is how long does it take to wait for access to a packet write?
