stm32f429 TIM10_input_capture mode question
Posted on October 10, 2017 at 14:14setting CC1IE:1 (TIM10->DIER) capture is good, but not occur capture interruptwhy?this is my sorce code volatile uint32_t temp2 =0; /*******GPIOG_Ouput_Init****************/ //RCC RCC->AHB1ENR |= 0x00000001<<6;...