Resolved! STM32H7 - SPI : Activate the clock when i use the HAL_SPI_Receive_DMA method
Hello ! I'm trying to communicate with a ADC : AD7276. With my MCU STM32H745To get the values from the ADC, I set the CS in low state and CLK 16 times. However, the HAL_SPI_Receive_DMA method does not activate the clock on the SPI.What are the parame...