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

Hi, I was wondering how would i output to the display that comes with my STM32H747i-disco. I wanted to do a test hello world. What would i need to do to get it working. I have the cube IDE installed and have flashed a test demo program to the screen.

  • June 4, 2021
  • 1 reply
  • 1006 views

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.

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
June 4, 2021

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

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
HSyed.1
HSyed.1Author
Associate II
June 4, 2021

How can I add the BSP library/driver to a project I am working on.