ART-Pi STM32H750 development board, run led program

1. Install rt-thread studio development tools

2. New project:

   Click File---New---RT thread project 

 Fill in the project name, select the development version, select the model of the development board, select the type as the example project, select the name of the example, select the debugger as st-link, and click Finish, as shown in the following figure:

3. If there is no STM32H750-RT-ART-PI in the list of development boards, click add more, add,

Install the resource packs separately, as shown in the following figure:

4. Click the Compile button

   

5. Connect the development board to the usb port of the computer, click the download program button

   

6. If everything is normal, the blue led light on the development version will keep flashing

During this process, the problems that will arise:

1.  

 

This error is a path problem, D:\RT-ThreadStudio\repo\Extract\Debugger_Support_Packages\STMicroelectronics\ST-LINK_Debugger\1.2.0 folder is not available, 1.4.0 folder is available, click the debug configuration button to modify the path ,As shown below:

Select debugger, click the browse button, and modify the path to 1.4.0

Guess you like

Origin blog.csdn.net/orangapple/article/details/109380440