TIM10 compare output is PF6, But I want to use PF7
Posted on October 01, 2017 at 07:24 I used STM32F429ZII make this sorce codeGPIOF->MODER |= 0x00002000; //PF6 AF modeGPIOF->PUPDR |= 0x00002000; //PF6 pull downGPIOF->AFR[0]|= 0x03000000; //PF6 AF3(TIM8..11)It is good work. ( PORTF6 IDR is good wor...