Solved
Is HAL_SPI_Transmit_DMA faster than HAL_SPI_Transmit?
Hi!
Is HAL_SPI_Transmit_DMA faster than HAL_SPI_Transmit?
If yes: Do I need to enable DMA for the SPI to make this work?
Hi!
Is HAL_SPI_Transmit_DMA faster than HAL_SPI_Transmit?
If yes: Do I need to enable DMA for the SPI to make this work?
Setting up DMA takes time so will always be slower for small transfers. For larger transfers DMA is better but only if there is something else you want to do while the transfer is happening. Otherwise speed will be the same.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.