STM32CubeF4 Nucleo BSP LED control bug
Posted on May 21, 2014 at 03:28In version 1.1.0 of STM32CubeF4, the BSP for the Nucleo boards has an LED control bug - the functions operate in reverse. That is, BSP_LED_On() turns off the Nucleo LED and BSP_LED_Off() turns on the LED. These functio...