Question
STM32CubeF4 Nucleo BSP LED control bug
Posted on May 21, 2014 at 03:28
In 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 functions are located in the file:Drivers\BSP\STM32F4xx-Nucleo\stm32f4xx_nucleo.c #bsp #nucleo #nucleo #stm32cubef4-nucleo #bsp #led
