STM32F4Discovery - Setting up EXTI on external button
Posted on January 27, 2014 at 17:31I've got the example working using the on board button and now I want to use an external button on CPIOC - 11. I've used this button with GPIO_ReadInputDataBit with PuPd_UP. I've converted over the sample code but ...