STM32F407 download program development environment to build a personal note

2019-06-04 switched my blog Park
https://www.cnblogs.com/YuQiao0303/p/9994426.html

Details:

http://www.openedv.com/thread-13912-1-1.html

The need for software installation:

1.keil (MDK, mandatory) with keygen crack
2.CH340 drive, (usb serial driver, used to download the program. Convenient but the download speed is slow, can not debug)
3.STLINK drive (for download, download speed fast and can debug; do not take up the serial port, you can view debugging information serial debugging assistant)
4.XCOM V2.0.exe (serial debugging assistant, you can view the output serial)

Download the program (two ways)

1. CH340 drive (

usb interface to access computer


15426916-f138306ee8dff305.png
image

Under Software Download


15426916-d10e6e0bdbdfa768.png
image

2. STLINK drive

Tutorial talk about JLINK, in fact, supporting the download of the board into stlink, and there is a supplement documents


15426916-8702b3aff9da5393.png
image

Driver installation STLINK

Usb line after the well drive STLink connected to the computer, on the "this computer," right management, device management, you can see the following cases (win10)


15426916-3438a7c6f53abdd0.png
image

STLINK configuration

Open a keil of stm32 project, as follows:


15426916-85a81f14cd3eaed6.png
image

15426916-6a3475b963865a2d.png
image

15426916-94a1ed76bb71fe23.png
image

15426916-81246b39f56c8a28.png
image

After all ok, and the like to determine

STLink download

15426916-1e8a8d181adbc191.png
image

After compiling a good point of this load on ok


15426916-641f0c258e37f244.png
image

Reproduced in: https: //www.jianshu.com/p/a3f5e7c5e847

Guess you like

Origin blog.csdn.net/weixin_34281537/article/details/91081618