Skip to main content
warm38
Associate III
July 25, 2019
Question

How do you get STM32CubeIDE to include the Nucleo BSP?

  • July 25, 2019
  • 1 reply
  • 678 views

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?

This topic has been closed for replies.

1 reply

Nikos Oikonomou
Visitor II
January 22, 2021

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).