STM32F429 Timer1 + DMA2 + SPI1
Posted on January 28, 2015 at 15:42Hello, is the following possible? Timer1 is in capture/compare mode. If an compare event is generated => start DMA2 DMA2 copy 2bytes in the data register of SPI1. SPI1 send the 2bytes I have try it, but I get no CL...