Introduction - If you have any usage issues, please Google them yourself
ST32 based on the (British蓓特) STM32V100 the EXTI procedures This example shows how to configure an external interrupt line.In this example, the EXTI line 9 is configured to generate an interrupt on eachfalling edge. In the interrupt routine a led connected to PC. 06 is toggled.This led will be toggled due to the softawre interrupt generated on EXTI Line9 then at each falling edge.