Question
SPI DMA on STM32L562
Hi everyone,
I'm working with the STM32L562 microcontroller and need to set up communication with the ADS8684 using SPI DMA. I am using SPI2, with the following pin configuration:
- PC1 for MOSI
- PC2 for MISO
- PA9 for SCLK
- PB12 for NSS
Could anyone guide me on how to implement SPI DMA to communicate with the ADS8684 efficiently? Any example code or advice would be greatly appreciated!
Thanks in advance!
