Posted on August 07, 2014 at 18:36Hi,I'm newbie to STM32. I use Keil to program my Nucleo F401RE board. The program simply change the LED (PA05) blinking rate when user button (PC13) is pressed. I used HAL_SYSTICK_Callback() and HAL_GPIO_EXTI_Callba...