Posted on June 03, 2018 at 16:07static void EXTILine0_1_Config(void){ GPIO_InitTypeDef GPIO_InitStructure;/* Enable GPIOC clock */ __HAL_RCC_GPIOA_CLK_ENABLE(); /* Configure PA0 pin as input floating */ GPIO_InitStructure.Mode = GPIO_MODE_IT_FALLIN...