BSP not included when generating STM32F769I-DISCO project with CubeMX
Hello.
I created a project for the STM32F769I-DISCO board using CubeMX.
I am trying to follow an LVGL example, but the example uses BSP-based libraries, and they are not working in my project. After checking, I found that there is no BSP included anywhere in the generated project.
From what I understand, when selecting a board in CubeMX, the BSP should normally be included automatically. However, in my case, it is not.
I tried downloading the STM32F769I-DISCO BSP from GitHub and manually copying it into the Drivers folder. However, this caused many build errors, possibly due to missing dependencies or incomplete integration, so I reverted those changes.
Could you please advise how to properly include or enable BSP for this board when using CubeMX?
Thank you.



