STM32L0 SPI DMA receive issue, clocks too many data
Posted on March 26, 2017 at 18:55 I use SPI and DMA transfer. I use the following functions: HAL_StatusTypeDef HAL_SPI_Transmit_DMA(SPI_HandleTypeDef *hspi, uint8_t *pData, uint16_t Size); HAL_StatusTypeDef HAL_SPI_Receive_DMA(SPI_HandleT...