STM32H750B-DK setup the BSP folder through the .ioc file
Hi,
I am following a course (for a different STM board) to use the LCD touchscreen of the STM32H750B-DK board. In the course, they have added a BSP folder to their project which includes files such as are seen here: STMicroelectronics/stm32h750b-dk-bsp: Provides the STM32H750B-DK board driver, part of the STM32Cube BSP Component for STM32H7 series. (github.com).
When I tried to add these files and the required components folders to my BSP folder I realized that the conf.h files in the components folders have been replaced with conf_template.h files (probably so that we would set up our own settings for those components). I am thereby wondering if there is a way for me to set up and generate all of these BSP files and folders through the GUI in the .ioc file of my project.
Thank you in advance.
