2021-06-04 01:50 PM
What do i need to do to interface with the display to print a hello world program or to have a shape/ clock appear on the screen. How would i get audio working. I have used arduino/ raspi / and tm4c from ti and I am a bit lost trying to use the stm32h747i-disco.
2021-06-04 02:20 PM
Perhaps look at the BSP example, how it positions and sends strings to the screen.
STM32Cube_FW_H7_V1.8.0\Projects\STM32H747I-DISCO\Examples\BSP\CM7\Src\main.c
Got some line and circle drawing examples
STM32Cube_FW_H7_V1.8.0\Projects\STM32H747I-DISCO\Examples\BSP\CM7\Src\lcd.c
STM32Cube_FW_H7_V1.8.0\Drivers\BSP\STM32H747I-DISCO\stm32h747i_discovery_lcd.c
2021-06-04 03:05 PM
How can I add the BSP library/driver to a project I am working on.