Is there anaybody that have a TIM triggered DMA working Code?
Posted on December 01, 2014 at 22:49I'm stuck on TIM triggered DMA to SPI. My DMA Code configuration is as follow: void DMA_Configuration(void) { DMA_InitTypeDef DMA_InitStructure; /* Enable DMA1 clock */ RCC_AHBPer...