User Activity

Hello I'm using a STM32F769 discovery board. I was trying to use timer2channel2 to trigger the ADC conversion. I am setting registers manually and wanted to turn on event generation on channel 2 match. TIM2->EGR |= TIM_EGR_CC2G_Msk;However when I ran...