H7S SAI DMA - example?
Hello,
I'm attempting to work with the SAI using DMA on the H7S using the NUCLEO-H7S3L8, unfortunately there is no SAI example. There is an I2S example using DMA on the STM32H7S78-DK:
I've generated a project for the Nucleo using CubeMX, and then brought over the DMA code in the HAL_SAI_MspInit from that I2S example, and modified it for SAI. The result runs, but a user settings error is reported in the DMA interrupt:

Here's the complete project:
https://github.com/mojolabsdotnet/saiDmaH7S
What is the right way to setup DMA for the SAI on the H7S?
Thanks!
