2026-04-06 6:32 PM - last edited on 2026-04-06 10:31 PM by mƎALLEm
Thread split from this post.
I am using STM32CubeIDE version 2.1.0.
CubeMX generates a project for STM32F769I-DISCO without BSP, but the BSP for this board clearly exists in STM32CubeF7 and is used in official examples.
Is there a way to add BSP directly from CubeIDE?
If not, what is the correct way to integrate BSP into the project?
Thank you.
Solved! Go to Solution.
2026-04-07 2:34 AM
Hello @Cwoo.1 ,
You can get the BSP drivers integrated automatically by starting from one of the Cube firmware package examples and then opening that project in STM32CubeIDE.
Example procedure
So, instead of adding BSP “from CubeIDE”, you start from an example that already includes BSP, open it in STM32CubeIDE, and the IDE integrates all BSP sources and paths for you automatically.
Br
2026-04-06 10:38 PM
Hello,
You need to tell what problems you've faced when you added the BSP drives to your project.
If you have errors you need to share them here.
2026-04-07 2:11 AM
Hello @Cwoo.1
You have to integrate the BSP drivers manually to your project.
2026-04-07 2:34 AM
Hello @Cwoo.1 ,
You can get the BSP drivers integrated automatically by starting from one of the Cube firmware package examples and then opening that project in STM32CubeIDE.
Example procedure
So, instead of adding BSP “from CubeIDE”, you start from an example that already includes BSP, open it in STM32CubeIDE, and the IDE integrates all BSP sources and paths for you automatically.
Br