F4 DMA1 FIFO to CCR1 dont work but to DAC R1 it works?
Posted on July 19, 2017 at 23:22This line work:DMA1_Stream7->PAR = (uint32_t)&(DAC->DHR8R1); //Destination DACR1TIM1 CCR1,2,3,4 verified by simple software counter they are ok.This line dont work:DMA1_Stream7->PAR = (uint32_t)&(TIM1->CCR1); //Destin...