what is the limitation for buffer size in SAI DMA?
I am working on the STM32F769 series microcontroller in my project. I am using SAI interface of the mcu. And of course I also use DMA of SAI interface . I adjusted the DMA(DMA2 Stream 1) as listed below in the application :
DMA Request Settings :
Mode Circular, and increment address is memory as "half word"
And, I strongly wonder what is this limitations of DMA circular buffer? So, how many bytes can I kept inside the circular buffer?