2015-06-15 01:41 AM
2015-06-15 02:05 AM
Hi, the answer is
1) select Cofigration tab 2) push GPIO button 3) select PA2 4) select GPIO mode - External Interrupt Mode with Falling edge trigger detection 5) push NVIC button (from Configuration tab) 6) enable ''EXTI line 2 and line 3 interrupts'' 7) implement HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) Note: GPIO_Pin is GPIO_PIN_22015-06-15 02:50 AM