cancel
Showing results for 
Search instead for 
Did you mean: 

How can i use the BSP library in a project that I created

HSyed.1
Associate II

I am creating a test_lcd project and I want to use the bsp lcd functions/whatever functions. How do i do that?

2 REPLIES 2
Piranha
Chief II

By using it like any code library - adding to the project, setting configuration macros, calling functions and using global variables. This is an absolute basic skill for software development. You are lacking even the most basic development skills, but have taken the most complex microcontroller out there - don't you see that there is something inappropriate? Start with learning the basics:

https://www.embeddedrelated.com/showarticle/453.php

Imen.D
ST Employee

Hello @HSyed.1​ ,

I advise you to have a look at the LCD and BSP examples within STM32CubeH7:

STM32Cube_FW_H7_V1.9.0\Projects\STM32H747I-DISCO\Examples\BSP

STM32Cube_FW_H7_V1.9.0\Drivers\BSP\STM32H747I-DISCO\stm32h747i_discovery_lcd.c

STM32Cube_FW_H7_V1.9.0\Projects\STM32H747I-DISCO\Examples\LCD_DSI

Have a look also at this article that may help you in the BSP settings.

Hope this helps you!

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen