Question
BSP functions in CubeMX
Posted on May 03, 2016 at 22:24
Hi,
I'm using CubeMX and System Workbench by AC6 on STM32F407-vgt6 to develop some basic projects for university purposes. First of all I'm studying Cube firmware's examples to understand how to work with the board in the right way and I noticed the use of some functions such as ''BSP_LED_On(LED4);'' that are not defined in the HAL library, but in the BSP files.When I try to generate a new CubeMX project and import it into eclipse, I can't see the BSP folder within the Driver folder which contains all the HAL and CMSIS drivers.Is there a way to make CubeMX add this library in my project, too? Or, since I know where this file are saved, how to add it to the current project without build errors by Eclipse?Thank you in advance.A.A. #cubemx #bsp #stm32f4 #library