Skip to main content
Explorer II
April 26, 2024
Solved

Finding some courses and demos abuout STM32H747i-DISCO

  • April 26, 2024
  • 3 replies
  • 2329 views

工程师们您好,我是stm32的新手,我正在寻找一些关于STM32H747i-DISCO的教程和应用示例来帮助我学习它,但是我不知道如何烧录程序和点亮LCD屏幕,所以我想要一些简单的演示和导入程序教程。谢谢!

    This topic has been closed for replies.
    Best answer by KDJEM.1

    Hello @judy and welcome to the Community :),

    I've translated your question with a web-based translation tool to increase the chances that you will get an answer from our experts and community members, as the majority communicate in English:

    Hello engineers, I'm new to stm32, I'm looking for some tutorials and application examples about STM32H747i-DISCO to help me learn it, but I don't know how to burn the program and light up the LCD screen, so I want something simple Demo and importer tutorial. Thanks!

    You can find the STM32H747I-DISCO examples and demonstrations in STM32CubeH7 package under these paths:

    • \STM32Cube\Repository\STM32Cube_FW_H7_V1.11.2\Projects\STM32H747I-DISCO\Demonstrations
    • \STM32Cube\Repository\STM32Cube_FW_H7_V1.11.2\Projects\STM32H747I-DISCO\Examples\LCD_DSI

    Also I recommend you to take a look at Getting Started with STM32H747 Discovery kit (youtube.com)

    Thank you.

    Kaouthar

     

    3 replies

    KDJEM.1Answer
    Technical Moderator
    April 26, 2024

    Hello @judy and welcome to the Community :),

    I've translated your question with a web-based translation tool to increase the chances that you will get an answer from our experts and community members, as the majority communicate in English:

    Hello engineers, I'm new to stm32, I'm looking for some tutorials and application examples about STM32H747i-DISCO to help me learn it, but I don't know how to burn the program and light up the LCD screen, so I want something simple Demo and importer tutorial. Thanks!

    You can find the STM32H747I-DISCO examples and demonstrations in STM32CubeH7 package under these paths:

    • \STM32Cube\Repository\STM32Cube_FW_H7_V1.11.2\Projects\STM32H747I-DISCO\Demonstrations
    • \STM32Cube\Repository\STM32Cube_FW_H7_V1.11.2\Projects\STM32H747I-DISCO\Examples\LCD_DSI

    Also I recommend you to take a look at Getting Started with STM32H747 Discovery kit (youtube.com)

    Thank you.

    Kaouthar

     

    judyAuthor
    Explorer II
    April 26, 2024

    Hello KDJEM.1, thank you very much for your kind reply. I am a Chinese college student, my English is not very good, stm32h747i-disco development board is my graduation design, the information you provided is very important to me, thank you again! Good luck!

    Technical Moderator
    April 26, 2024

    Hello @judy ,

    If you need clarification, support,....., please do not hesitate to come back to the Community :).

    Thank you for your Contribution in STCommunity.

    judyAuthor
    Explorer II
    April 28, 2024

    Hello Sir, thank you for your kind reply, the LCD screen of the STM32H747I-DISCO development board is now lit, and can correctly display the project demonstration function of the system. Here is an other engineer project file, the address link: https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/STM32H747I-DISCO
    But I still face two very difficult questions:
    1. How do I import these projects to stm32cubeIDE?
    2. How do I burn these files to the development board and demonstrate the project functionality normally?

    Super User
    April 27, 2024

    With the LCD, your board needs external power supply connected to CN14.

    Please read carefully the board User guide, UM2411 section 5.2.2.

    judyAuthor
    Explorer II
    April 28, 2024

    Hello Sir, thank you for your kind reply, the LCD screen of the STM32H747I-DISCO development board is now lit, and can correctly display the project demonstration function of the system. Here is an other engineer project file, the address link: https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/STM32H747I-DISCO
    But I still face two very difficult questions:
    1. How do I import these projects to stm32cubeIDE?
    2. How do I burn these files to the development board and demonstrate the project functionality normally?
    Thank you again for your reply and help, looking forward to your early reply!