User Activity

Good evening everyone,At the moment I am trying to configure an inpute compare pin. Eventually we are going to calculate the frequency of the input signal etc etc, but for now we need to get the pin working.GPIOA->MODER = (GPIOA->MODER & ~GPIO_MODER_...
Currently I am trying to configure a second interrupt pin using CMSIS.SYSCFG->EXTICR[1] = (SYSCFG->EXTICR[1] & ~SYSCFG_EXTICR2_EXTI6)|(0b0000 << SYSCFG_EXTICR2_EXTI6_Pos); EXTI->FTSR = EXTI_FTSR_TR6; EXTI->RTSR = EXTI_RTSR_TR6; EXTI->IMR = EXTI_IMR_M...