2021-04-11 08:09 PM
Are there any instructions/app notes discussing the steps required for a SPI transfer using DMA and the LL libraries? I found some samples online for UART and tried adapting them for SPI but am so far unsuccessful. I'm still debugging but in the meantime, I thought I'd ask the question.
2021-04-28 04:27 AM
Hello @DB.7ujak ,
You'll probably want use STM32CubeMX tool to create your project and configure the SPI with DMA using LL APIs.
You can also check and use the working SPI example in the STM32CubeXX firmware package relevant to the STM32 device you are using.
Imen