User Activity

Hello,In my application there is an external interrupt configurations: RCC_ClocksTypeDef RCC_Clocks; RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); EXTI_InitTypeDef EXTI_InitStruct; NVIC_InitTypeDef NVIC_InitStruct; GPIO_EXTILineConfi...