STM32H743VG QSPI in double flash mode for driving external DAC
I need to make 2 DAC channels 4bit each. I plan to use QSPI in double flash mode.Task is to play prerecorded samples from RAM cyclically. Samplerate is 45Msamples/secondI plan to use DMA in circular mode to send data from RAM to QSPIAre there limitat...