User Activity

Posted on October 04, 2015 at 00:20 I am CubeFX and Keil. Hardware is Discovery board with STM32F051R8T6. Created an interrupt for PA0 (user button) and toggle an led (PC9 green LED). This works void EXTI0_1_IRQHandler(void) { i...