SPI DMA STM32H742VI with LL with Polling
Hello,I have tried to implement a simple SPI driver. Only with LL Lib. I would like to use DMA and I will do it without interrupts.So it works now. But for me it is not clear how to poll if the transfer is finish in the right way.So I use rx and tx d...