2021-06-04 04:12 PM
I am creating a test_lcd project and I want to use the bsp lcd functions/whatever functions. How do i do that?
2021-06-05 02:17 AM
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:
2021-06-14 11:18 AM
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