Skip to main content
HSyed.1
Associate II
June 4, 2021
Question

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

  • June 4, 2021
  • 2 replies
  • 865 views

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

This topic has been closed for replies.

2 replies

Piranha
Principal III
June 5, 2021

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

ST Technical Moderator
June 14, 2021

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

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks