STM32F769, generate a 2kHz clock on PC9.
Hi,
I'd like to have a 2kHz clock source on PC9, I was wondering if I can use TIM3_CH4 or TIM8_CH4 to do it. May you please help me to figure out it?
My question is how to generate a 2 kHz clock on PC9 if I would like to use TIM3_CH4 or TIM8_CH4?
However, I can generate a clock with MCO2 function on PC9. I use the commend below, and I can get 5MHz clock if I used MCO2 on PC9.
HAL_RCC_MCOConfig(RCC_MCO2, RCC_MCO2SOURCE_HSE, RCC_MCODIV_5);
Hope I can get the answer here, thank you.
