User Activity

I'm trying to figure out if the board is functional by trying the simple on board LED blink project, the board is STM32F407VGT6 and IDE is Keil uVision5. I'm using the code below:#include "stm32f4xx_hal.h"   void configureLEDpins(void); void msDelay(...