Resolved! STM32H7RS SPI DMA memory to/from peripheral
Hi,I am trying to establish a successful transfer using SPI in master full duplex DMA mode using a NUCLEO-H7S3L8 board (STM32H7RSxx family).For this purpose I wrote the following functions:#define CDC_ITF_TX_DMA_CH LL_DMA_CHANNEL_2 #define CDC_ITF_RX...