STM32H745 and SPI + DMA
Hi to all,I need to send on every TIM interrupt a packet stream to SPI1. I can't use the HAL_SPI_Transmit(...) because it is blocking....so I need to use the DMA but not in circular mode.I can not use the synchronization of DMA with lptim using DMAMU...