cancel
Showing results for 
Search instead for 
Did you mean: 

How do you get STM32CubeIDE to include the Nucleo BSP?

warm38
Associate III

When starting a new project for a Nucleo board I select the Nucleo board in the board column and then I select Next and I see the pin diagram with the LD2 and B1 pins selected. But the BSP folder with *_nucleo.c and *_nucleo.h are not there and very difficult to get them included. The two files exist in the Repository, but does not get brought in. Is there a way of bringing them into the project?

1 REPLY 1
Nikos Oikonomou
Associate

Is there an answer to this question? There are various way to manually include the BSP files but even if we do that, the integrated STM32Cube Code Generator removes them if they are placed at the correct position (${PROJECT_FOLDER}/drivers/BSP/<nucleo>/.h|.c).