“ 从ubuntu20.04入门到完成stm32程序的调试。”8 Z; Y' i0 ]; Y w |" r
. f q7 g) i W2 ?
5 ?6 P, T- ?; _* C: j6 I0 G( [0 M3 F: ^$ e% p4 C& L
1、更换软件源
/ }) o! ]+ Y$ d2 c# z! Q6 \源文件(sources.list)2 _, o# \/ C9 T
更改源(Ubuntu20.04对应的源)1 s9 ]( Y% d: D# d9 z1 E2 |7 G
更新源2 k5 D ^. u5 c+ ~; J! e
4 q2 P8 _/ s+ t) [/ Q" k3 t
2、安装拼音输入法
2 i; a$ q( E. K0 ^) J! gRegion&Language->Language Support->Installed Languages
! l3 `0 Z- q, h) }7 i4 H" b' ~2 EInput Sources->"+"->chinese->Hanyu Pinyin2 P& y1 j: B* Q2 M% E% M: N
4 C6 C' |% q: L, Y7 D- v3、安装VSCode
) d( p* b' {) t下载.deb程序包0 C8 i# p4 |; ^& Q% ?
使用dpkg安装! v, o3 L2 h8 v9 F& ?1 {
调整设置' K+ o6 }0 g4 x; q/ t! E
启用Title Bar: [' O% m% z1 m: f. c" K
安装插件
1 w; x3 k7 x5 A9 ?; R" M
5 Y2 i1 s# V/ Y. j2 M. W( A4、安装Build Essential及gdb; \% d3 f0 E# K+ Y$ M
build essential介绍, i: H+ }, v3 E/ |4 D% j- D$ m
命令行安装build essential和gdb! z8 x1 ^5 x" ]. i
Linux C程序开发简介
9 O# G R; W! A8 ~5 e6 P* p无makefile
A& W7 H# l3 w. p& \有makefile
0 f& ~: x% }0 n2 A生成.vscode文件下的debug配置文件
7 M: y) J0 c& b( T6 ~! L. _! g6 F+ ?生成task.json文件
( }% b# p, J7 ^. u! u4 ^$ i生成launch.json文件; y" V! s5 h- ]: t" G- H& A
生成c_cpp_properties.json文件% x1 F3 M( r6 I% z' B; R8 [
0 y6 z- Y) `" J6 |+ ~& T2 I& T
5、安装Vim1 X( Q8 M1 X7 h9 M( f7 z
4 t3 E+ Y) A6 J7 r6、安装gcc-arm-none-eabi
4 A' j+ B1 \9 K0 W6 ~0 @: a% b下载嵌入式gcc编译器* c2 W! \* T! b# l/ b" P
解压
* |8 @+ u- f/ H添加gcc-arm-none-eabi下的可执行文件命令到Terminal" p! p2 X0 H2 K4 g: q/ A
) B; {3 m+ H/ V; g9 J9 [3 S7、安装stm32cubemx
: q, f; E, ]3 }( P; z下载stm32cubemx5 s' o( h7 s3 D
安装* R# A. k" K# G+ E
增加图标到菜单* X$ c, ], t4 H: l/ v
: i% a8 J- ^' X. V: d
8、使用stm32cubemx生成初始代码8 _9 ~% H: k+ M! t1 P1 \; u T( T
选择芯片->配置->Generate
{! ^6 O9 T3 t! M8 v6 R勾选PinOut-Debug-SerialWire8 ~, o* n% j& J
9 F9 y1 g" {3 n8 G9、配置VSCode
( H9 R, a$ g8 E2 z% v使用vscode打开上述生成的初始代码
( e6 x; N& d9 r生成VSCode配置文件
- a" j; K/ P0 Q; M3 ^9 d' kc_cpp_properties.json/ [7 n/ b* h, [) r( L3 N0 W
task.json: `$ }* }4 q/ J! {
settings.json
9 i7 |2 E0 b) v# i+ H宏定义包含, |2 T" o0 W1 q( u
make编译/使用ctrl+shift+B, \8 |% H3 R1 E% J6 p) _
- ~4 h, o# v" a: D
10、调试
6 V+ u( ~. N2 f& S1 o1 O/ \安装openocd
2 `! T" a9 V% s- }4 L% D在tasks.json中使用openocd进行编译后的下载
& J! e1 H( k$ i0 {使用openocd进行调试& d9 E# I F) y7 l; ^1 V
安装Cortex Debug和Venus's Cortex-Debug插件
: m$ V) |1 Q/ C3 S9 W: ^ F添加调试配置# _* v; b2 K) m `4 c1 k
选择cortex debug,生成launch.json
/ G. A' |0 j3 r# w1 Y/ l. q5 i调试
9 y* f5 T) V1 e! [: m7 `
$ E3 O: S2 j' K4 }, X11、使用VSCode串口工具
& l8 v; V5 A6 s6 l9 v) h7 f安装serial monitor$ [- e/ Q5 M V0 N' `2 |
查看连接的usb2 N7 k- I# E2 A; d0 Q
加权限/ p8 Q0 V v5 y$ ?( u! R1 ]6 ?
6 C' W n* `& o8 ^7 I) _. t
12、使用git
6 v3 r! [) o. x) Y/ V4 Z8 x01更换源
( \1 _6 F# W& [3 I7 M1、源文件(sources.list)
5 J9 U8 K7 t$ c' D f3 ^& W6 Z5 \5 fchen@ubuntu:/etc/apt$ ls -a
( r* r6 I( r" q, I2 U: P' k. apt.conf.d preferences.d sources.list trusted.gpg.d
4 @2 V5 l9 K; b.. auth.conf.d sources.bak sources.list.d; {% I* K" {- Y0 v
. J4 a1 r, B9 W( K1 L
2、更改源(Ubuntu20.04对应的源)
8 p7 B6 \) l# f; s( r- chen@ubuntu:/etc/apt$ sudo gedit sources.list
复制代码- #阿里源(Ubuntu20.04)8 ~9 b/ s/ D- {" p ~) M6 u
- deb https://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
: C' g* e) e# ~( p' e6 p8 @ - deb-src https://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse. w: N( e$ E" z' Y i5 h- R
- deb https://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse) ^& T2 o$ }6 X5 w& i7 i
- deb-src https://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
: M* y, M% T. P+ x* ~: L, f* H) q - deb https://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse' m1 D# ?) L# Z( v
- deb-src https://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
) o2 _& ?4 O: h7 ^. o - # deb https://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse, h- E& j. E! B6 b& L
- # deb-src https://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse# c6 T- w$ h. U
- deb https://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
$ T( R1 k$ C! N+ W- I6 J! t& v - deb-src https://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
复制代码- #清华源(Ubuntu20.04)# ?; q6 g% L1 ^7 A2 g
- # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
1 W* W; G o5 U1 v0 [ - deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse( @3 L. k1 |7 [8 v! }/ S
- # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse; v$ B( t/ D2 x- P4 {
- deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates main restricted universe multiverse
7 Q+ n- B; s* f8 N" D ? - # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates main restricted universe multiverse
' {, v$ m7 h, ]# |7 G5 k. X1 s - deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-backports main restricted universe multiverse( V# a2 r E/ Y! ~2 i
- # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-backports main restricted universe multiverse, n: P, m) t; \" d
- deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-security main restricted universe multiverse
! L4 V6 f+ z" A$ ?& J# i - # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-security main restricted universe multiverse8 I) G2 P; u; ~
- : M' C% N3 O8 H3 Z( F: J9 G$ j
' S& f. m n/ W( \2 n# C( ?- # 预发布软件源,不建议启用
$ }# f4 i0 z$ A; B - # deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse
2 {: c! j' x3 k - # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse
复制代码- #中科大源(Ubuntu20.04)+ t! N. _& w* _
- deb https://mirrors.ustc.edu.cn/ubuntu/ focal main restricted universe multiverse: G( r. E) h0 W, j; i5 m
- deb-src https://mirrors.ustc.edu.cn/ubuntu/ focal main restricted universe multiverse
( k! q( j0 l9 z/ [2 R; y' } - deb https://mirrors.ustc.edu.cn/ubuntu/ focal-updates main restricted universe multiverse' C9 L# G* i7 I. `
- deb-src https://mirrors.ustc.edu.cn/ubuntu/ focal-updates main restricted universe multiverse
' u- I R7 J7 h& @5 K - deb https://mirrors.ustc.edu.cn/ubuntu/ focal-backports main restricted universe multiverse
0 v% @0 V/ Y# o1 J - deb-src https://mirrors.ustc.edu.cn/ubuntu/ focal-backports main restricted universe multiverse
1 Y9 q. X ~$ Q- d# i - deb https://mirrors.ustc.edu.cn/ubuntu/ focal-security main restricted universe multiverse
1 X" T% j, E0 C' V - deb-src https://mirrors.ustc.edu.cn/ubuntu/ focal-security main restricted universe multiverse
' B, {" X; \5 [' T: K4 E - deb https://mirrors.ustc.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse
/ L$ z( m7 q* V* k - deb-src https://mirrors.ustc.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse
复制代码 & V3 N, X W# g: x! u" @
3、更新源
5 \7 s/ _9 |, m8 l) F: S8 S+ r' m+ H/ c$ i$ F s6 c, L! D
02安装拼音输入法
3 Z, V# z4 V, P4 y: A3 Y5 m& }1、Region&Language->Language Support->Installed Languages; ?1 @2 V. V3 I% I+ E
: o! y" C3 n" a
/ @9 j* @& S- L9 m. d- l
5 A9 p) X+ n* o5 x7 r+ u2、Input Sources->"+"->chinese->Hanyu Pinyin! {" ?% e( y7 ]6 r
- chen@ubuntu:~$ sudo apt-get install ibus-pinyin, K b$ m1 f `% v5 b' O# {
- chen@ubuntu:~$ ibus restart( c; M( K* Y: V6 n
- chen@ubuntu:~$ ibus-setup
复制代码
) t% W$ e- j1 T
( V! S; I/ L0 S. H; Z
- A( \# F4 H/ `/ x$ L+ X6 v$ _5 L4 A
7 }% R4 k; c! w) I
( w+ i! u% N( J4 ~ B) }4 O8 @
1 m4 i. G3 o0 N7 c
: o# [( Q8 a7 \' r% \4 e0 d03安装VSCODE
$ Z/ N/ c1 k1 _3 Z' a1、下载.deb程序包https://code.visualstudio.com/+ |. q5 w; N# }3 W7 j
( L) {' g: l: H" i1 H2、使用dpkg安装(在Terminal中Ctrl+Shift+C为复制,Ctrl+Shift+V为粘贴)
: x0 Z& t! Q6 q% ?% X; B- chen@ubuntu:~/Downloads$ sudo dpkg -i code_1.89.1-1715060508_amd64.deb
" D% s; U8 b0 q% b$ O. @ - chen@ubuntu:~/Downloads$ code .
复制代码 5 t x+ r4 _- E: P
3、调整设置0 D+ {- n* T9 k
启用Title Bar:View->Appearance->Editor Actions Position->Tab Bar; [. \( M# r. x- L6 j, U
9 y9 c; A- r/ c1 B$ | ]
; V1 W( y6 d+ v. q
$ I5 [9 E7 e+ ^* S4 M$ Q4、安装插件+ Z9 A( j2 d( ]
git安装" Z; r$ D) V9 e- m* ?9 S
Download Git for Linux(https://git-scm.com/download/linux)$ i. D% _( w8 R d3 [
2 K" q: J' q% c5 w
6 i# w/ h5 |( V' Q j7 d* _
4 V& D0 F" `% @% { M5 w$ G5 b
" _5 W+ g' J- i3 W$ P- ]8 }" P4 y: y) v6 l/ c9 l/ p7 Z1 u( }
命令行直接安装(Ctrl+Alt+T呼出Terminal)7 ] x6 F; T$ z* i3 K8 w5 y8 n
- chen@ubuntu:~$ sudo apt-get install git! \- B1 z( Q% Q& y e
- chen@ubuntu:~$ git --version
复制代码 $ v; A, w5 B5 a9 @" p9 \ |
git设置
4 o$ [% T6 m7 ] x
7 B l0 X& ]; ~5 t/ Y& i" r
* z4 @+ ^% o% d/ Y* d
8 B( A- }. q! f7 F5 `( N9 h* P% M
- git clone https://gitee.com/kevinkerry/linux-stm32.git- u. ]+ W8 r; h) s3 R' k
- git config --global user.name 'kevin.kerry'
0 E5 o5 l# o, h+ N; B# E - git config --global user.email 'ct15762287606@outlook.com'4 J" M$ ~" `5 I% a E
- ; ^) C5 z8 X! m2 b
- 6 \1 r& j R: C! }% I+ @. G! |6 r
- #示例* Q, k" N/ ^, L) a4 Y) I/ G# G
- chen@ubuntu:~/prj_vscode$ git clone https://gitee.com/kevinkerry/linux-stm32.git) Z$ Z8 ` q! j6 i
- Cloning into 'linux-stm32'...5 U2 m/ K3 E3 c$ W
- Username for 'https://gitee.com': ct15762287606@outlook.com
0 i/ V7 F$ s* v9 b5 e' I - Password for 'https://ct15762287606@outlook.com@gitee.com':
& U) Q+ M: F8 P; R - remote: Enumerating objects: 4, done.
* }- ~* Z/ e; ^6 x3 U - remote: Counting objects: 100% (4/4), done.
3 C- t# |. S2 l$ M7 M( } - remote: Compressing objects: 100% (4/4), done.
! B( z0 Z+ G- K9 O - remote: Total 4 (delta 0), reused 0 (delta 0), pack-reused 0+ U) C' M1 A/ v4 C! e+ G! @7 ?
- Unpacking objects: 100% (4/4), 1.79 KiB | 1.79 MiB/s, done.
: p, B* v& X( k- Q" K* c/ ?7 M3 z# b - chen@ubuntu:~/prj_vscode$ ls
/ c& l" O% F' r2 q5 D p - linux-stm32
复制代码
; B* p H; @" cGitLens — Git supercharged插件安装
! W8 h: N* p! z, s- v1 c6 ]# U, x8 ]* r
5 q/ S, `# S' _/ F4 w/ [$ f! b) a
6 G# i# o4 }1 {+ HGit History9 W! K4 @! |+ o- C8 M
( Y: m- S h- s' n+ p
( ~9 i+ f. i3 l. N4 y! d
: L P* j) M2 D+ y
Bracket Pair Color DLW2 z7 U& d6 q w Z4 a `5 ~
! a) F9 L" ?, Z, [9 |/ @, {9 N
- T8 r/ W' \& p1 L
. _- o" u& e& B' k* t
Arm Assembly6 ^8 ?0 B& T/ {6 w o0 C
1 I2 ]0 L" U0 P
2 v: ~- U; z- w6 t5 k+ I
% K0 ]7 h8 r) y; r
Venu's Cortex-Debug2 ~- B2 \% e. s* {1 o$ z% F
6 k; _ T1 q; h) L% g8 c
' f( O7 [8 `: U: } E" N
+ M# w$ a. ?' Y b& N# i2 d
C/C++
2 B5 B7 o( T: {6 N7 o: @
7 W1 b) B$ ?% O
7 A2 e( I8 N2 d& e) Z/ ^; G( ^! H5 x' n0 u
04安装Build Essential及gdb) ?& y- V/ t2 }# \5 k
1、build essential介绍: X! A8 I4 Q# C
build-essential 指的是编译程序必须的软件包。它本身不是一个软件,而是一个工具集,包含了在Linux开发程序的一些必要的软件包,包括但不限于gcc、g++、make等。: t: D6 L5 J( M3 J' H; ^7 l
; Y6 P6 _) i5 e7 o6 ~6 @# o/ e查看该软件包的依赖关系,可以看到以下内容:! \/ d! Y9 l1 F3 s/ A1 G
- chen@ubuntu:~$ apt-cache depends build-essential% C" z' ]0 ~; s" M( D
- build-essential
/ i/ J F7 L4 d Y# \* s5 t3 Y" R - |Depends: libc6-dev! x8 t% Q, H8 v' i# u' O
- Depends: <libc-dev>. I6 j k- c, V3 g9 N3 [
- libc6-dev; X" E/ ?0 N) q9 |
- Depends: gcc
4 v. i/ C9 H& l3 v, z - Depends: g++, F, s% X* W& r0 D5 F) n
- Depends: make
4 l' |+ ]% s8 o9 E$ z$ X4 R - make-guile( I* u+ _3 y& [# x
- Depends: dpkg-dev
复制代码 3 h) U0 ~2 ^9 A1 X
也就是说,安装了该软件包,编译c/c++所需要的软件包也都会被安装。因此如果想在Ubuntu中编译c/c++程序,只需要安装该软件包就可以了。
8 k9 B5 S! S/ f8 D% e# s" T8 b4 I8 `6 Q
2、命令行安装build essential和gdb
0 O, _# o2 R! g8 [# j有时候可能会需要安装gdbserver
. |; `2 ?: ^' p9 l- chen@ubuntu:~$ sudo apt-get install build-essential gdb
复制代码
$ q( ~( F, E4 b3 K. ~3、Linux C程序开发简介6 {! ~: ^/ r/ F0 {6 r
3.1 无makefile
* E, p& C% [2 A& @ ^- chen@ubuntu:~$ mkdir linux_c2 _. X6 T, t( [+ V; X6 `
- chen@ubuntu:~$ cd linux_c
6 S/ m5 f! X7 s - chen@ubuntu:~$ touch hello.c
) I: F* u% f% l - chen@ubuntu:~$ sudo vi hello.c0 R; E& W8 s: f; w6 w2 ]; F
- chen@ubuntu:~$ cat hello.c
* ^/ Q o/ `) s7 t+ ^ - #include <stdio.h>
6 @& W. {# A7 O4 c6 h# m, r- w - int main(int argc,char *argv[]): B8 e/ l, E. P2 `' n+ z
- {. T3 M6 P7 g, E* z/ \
- printf("hello world\n");
( ^$ \* k0 I7 S" k - }$ f4 W* C- m% Z( l0 c+ Q- e/ k
- chen@ubuntu:~$ gcc hello.c! B' g- Y, v$ Q9 s( t9 t
- chen@ubuntu:~$ gcc hello.c -o hello5 `5 c4 d5 o* g9 U+ r
- chen@ubuntu:~$ ls -al6 f- \0 ]; j8 |9 _% q% ]0 I M
- total 52
# Q& r0 {' \& k' t7 O) i+ m - drwxrwxr-x 2 chen chen 4096 May 16 18:32 .
/ x+ w: N- k! O6 Q) r8 X - drwxrwxr-x 4 chen chen 4096 May 16 17:37 ..$ ~+ ]) e9 z' h) u) d9 S9 S
- -rwxrwxr-x 1 chen chen 16696 May 16 18:29 a.out5 k& _7 `; f5 u6 a" ]% ]( ?# m1 j
- -rwxrwxr-x 1 chen chen 16696 May 16 18:32 hello
+ a' {& o! G8 }! _& V9 ?* m - -rw-rw-r-- 1 chen chen 82 May 16 18:29 hello.c
( k; _1 D g4 N G - chen@ubuntu:~$ ./a.out
# P- m D* N$ F" h h0 ?6 t - chen@ubuntu:~$ ./hello
复制代码
: Q0 l. a4 e( _! B. {3.2 有makefile/ C6 x6 q% T' O" G
3.2.1 创建程序文件- chen@ubuntu:~/prj_vscode/linux-c$ touch main.c input.c calcu.c input.h calcu.h
复制代码
" J% K8 S9 T2 a5 _( cmain.c
% q7 q1 \9 P6 o! G( l- #include <stdio.h>
4 f. R0 M8 E! V+ Y$ L - #include "input.h"1 s h' l | b0 m; z; G2 g
- #include "calcu.h"
3 k# T, D# |# I% m( `- R6 A" d' a - r" K$ x* A6 T; c R2 D; T; A
- $ `; t4 J. Y$ p( j6 x, d
- int main(int argc, char *argv[])& v- s. Y% J3 \0 n! k2 ]. g
- {
4 B/ A$ P: W4 F
0 `# e2 `! }$ t/ M6 n- - g0 R+ D) Y# q" v+ }
- int a, b, num;
8 O& k2 x" x8 `& v5 W - 9 J, P, U* j/ V3 n6 l5 w- a4 B
- # G/ E/ j) I' G7 E5 C- G
- input_int(&a, &b);/ B( w% l/ R& H [% n( I1 ~
- num = calcu(a, b);
; g2 @! e6 K+ d, V+ c7 | - printf("%d + %d = %d\r\n", a, b, num);4 l0 D7 c' v$ P. X
- - ^ M: M! ]+ [" K' Q* O/ j
- }
复制代码
7 i/ o* G& O! L$ @% v& binput.h- #ifndef _INPUT_H9 x. v7 ?/ X" Q1 T% y4 X! ?( \
- #define _INPUT_H W7 s- y# ^4 n' Q; X
/ k1 H) c) f; ^& Q$ J- void input_int(int *a, int *b);7 _( m" \) ^, e% E$ |
$ S; a" U ]; G" i- #endif
复制代码 4 i [. v! E0 K; ]( u
input.c' o! w4 ]. U9 h9 U$ T' ?
- #include <stdio.h>8 l2 B, C0 e# S
- #include "input.h"
% j8 I! X; z6 H% K1 y
- u, [ O4 Y) `* Z) Z, s8 T) U: y
( c& ?8 @" G u$ ~7 ?- void input_int(int *a, int *b)0 n9 k8 K6 \& f# g0 F
- {: B; }/ F( w0 p
- printf("input two num:");
: A }4 Y3 U# {$ H9 q' M" u - scanf("%d %d", a, b); n# ]. k4 k. J/ v; `' L1 |! _
- printf("\r\n");$ d N# R+ z8 N/ `& n6 l
- }
复制代码
5 M6 j+ F+ h% y( I% A5 R* R# W! _calcu.h- #ifndef _CALCU_H
* F$ ^/ r, I8 ?/ F% X" }0 R - #define _CALCU_H
) t8 R" U# C9 B" I: q; ]
' V" s( E( Y3 u& \; i- ' m- o: ~, l; T3 n1 s) e! d
- int calcu(int a, int b);/ { T' ~. L0 E' R# N
- #endif
复制代码
- o( K+ M, c1 k; Gcalcu.c
" w& ]/ ]9 e0 e& }, G+ k7 c- #include "calcu.h"
/ C: i: X* }! Z9 ~ - d8 E0 ]9 j) k5 c0 a$ m( }' i: n
: ]- f( f" R$ W7 y4 t( N- int calcu(int a,int b)) z5 N' s; _% P& M! D1 f/ g
- {0 [! O. ]7 c8 R4 M1 e! e, O2 b
- return (a+b);: B: U& M( W- @
- }
复制代码 ) e+ C' Z4 o$ {) X9 u2 {+ v$ v- g
3.2.2 编译测试一下' L) N" f3 X, g' {! S& R
- chen@ubuntu:~/prj_vscode/linux-c$ gcc main.c input.c calcu.c -o main
- @8 \1 ^/ l4 |8 d - chen@ubuntu:~/prj_vscode/linux-c$ ./main- a$ M s' F7 n
- input two num:23 56
% {/ d( I5 T! B
! t2 c: m9 ~; B" k0 Y# u5 F- 6 g& D6 p' |7 Q0 Q0 ^
- 23 + 56 = 79
3 n7 ~' z+ A! }5 T+ V7 X - chen@ubuntu:~/prj_vscode/linux-c$
复制代码- chen@ubuntu:~/prj_vscode/linux-c$ touch Makefile
1 g+ b, O/ r& v - chen@ubuntu:~/prj_vscode/linux-c$ cat Makefile5 \% k# `" x" H' U, Z- v
- main: main.o input.o calcu.o1 O) {' o" [- I
- gcc -o main main.o input.o calcu.o' A- R1 g" F: v. Z: |' o T
- main.o: main.c" b% v; w& E5 M7 P! j
- gcc -c main.c
2 \/ T- I. W# f) n% o - input.o: input.c4 \6 \) d$ `* V$ p: @
- gcc -c input.c
" D% g9 C6 n: W$ D( s2 c - calcu.o: calcu.c/ H1 b4 n9 F2 u+ C1 C4 @5 \
- gcc -c calcu.c) O! H& l( c0 _. a, S4 z0 P
- # z1 i& j5 g% G/ t0 V
- 9 M4 D1 u: \1 g; @" _( P( Z
- clean:/ M: ?% ], d5 Z# T" r
- rm *.o9 ~. k( ^3 a& N* Q, u9 l
- rm main2 d0 l- o+ R t+ v
- chen@ubuntu:~/prj_vscode/linux-c$ make clean
9 X1 H, h8 z, L- v - chen@ubuntu:~/prj_vscode/linux-c$ make
复制代码 / ~4 o' R2 O; E9 d
4、生成.vscode文件下的debug配置文件' h h/ t3 E. y
tasks.json:该文件主要用于配置编译的选项,如果使用makefile或者cmake进行编译,则用该文件调研make或者cmake命令进行配置。
5 v; x: e/ \" S; ]8 b1 }: I: Glaunch.json:该文件主要对debugger进行设置& {' X' q! ~6 u( q _+ I: u4 Y7 w
c_cpp_properties.json:编译器路径和intellisense设置- p$ H q& K/ _, n- k
( ^/ }/ q; ]7 B; H4 X) U+ h1 @4.1、生成task.json文件; r' w* H4 C6 m/ `; K, Y( z
# b9 @- q+ e7 G: @+ K; g$ j# S. U) f+ D
O+ X+ U: x5 i! N1 |图4.1.1 Run C/C++File
5 f! m( x# L; K' f7 h7 Z
! V# Q- x! i. D: F" s
1 ]5 c* G# X7 a
1 N( F( [6 S2 k( }修改生成的task.json文件如下
' J& e, V% R2 r5 V. q) N- {$ f5 _, K' ~4 i/ Y( i" I" _: L( [9 M
- "tasks": [
0 ~0 L6 j0 |) T' Z9 G; v/ Z - {
6 j; _; m7 o2 J; r8 v - "type": "cppbuild",7 ?' G/ g, I& y
- "label": "C/C++: gcc build active file",
9 F, M) E S4 I+ z1 r: ] - "command": "/usr/bin/gcc",% y# p) f% m1 c0 O }1 F; A
- "args": [
# y/ y, t8 \& m: R* G - "-fdiagnostics-color=always",6 n6 X, @3 J/ \9 h2 G
- "-g",
9 { F5 c% U( D1 m - "${file}",7 A0 L* ?' ?: [
- "-o",- ]! _- H! x( ^6 ?% u" y5 f
- "${fileDirname}/${fileBasenameNoExtension}"
" b& z0 B5 l0 d0 n% N' @( l( [ - ],
* ?5 [3 n8 R! ] - "options": {
- b1 w2 `% M/ b, V6 ~/ P - "cwd": "${fileDirname}"! d! |; }) O% {
- },
R# @5 w+ O b6 T - "problemMatcher": [- R e. T) @# _: U3 E
- "$gcc"
2 _# d: @8 o a/ a- w - ],! J; u) K4 k9 u2 b0 a! A
- "group": {
# s& U+ V5 r0 Q3 G/ Q" M - "kind": "build",
5 N6 _1 `4 o2 d: Q+ l - "isDefault": true1 ?; n6 f5 [3 ^5 n+ d
- },- g" X' V. ]! D5 A; F5 v: V1 p+ l
- "detail": "Task generated by Debugger."
6 c. {. T4 ]8 g7 o' z3 p! U" N - }
/ d& _+ W0 n; Y - ],4 N6 }8 O4 |9 @! q) ]" X4 R( W& _2 k
- "version": "2.0.0"; T3 w! k7 q* s# ]; [
- }
复制代码
7 g! k, _2 i0 P7 |7 B- s& v修改如下- {
. K" o1 V9 w# ~3 W& W: } m" | - "version": "2.0.0",, v0 }$ `$ q! Y7 t/ B5 n
- "tasks": [
; E# N4 W+ D* X: t, ]% ?$ G$ U - {, g; F. R5 e' m
- "type": "shell",0 t; `( I& M2 U7 b' W
- "label": "C/C++: g++ build active file",5 g! i' F, M8 U3 R( k! r$ J
- "command": "/usr/bin/g++"," [4 \0 p0 Q q
- "args": ["-g", "${file}", "-o", "${fileDirname}/${fileBasenameNoExtension}"],
% |6 S) z: t5 e - "options": {* `. J9 r. f( Y
- "cwd": "/usr/bin"
' z+ ~; _2 v* l& S% J - },! Z. O& I5 Q( W7 u) x: v: }
- "problemMatcher": ["$gcc"],2 i1 E9 _% N4 e( z1 D0 N
- "group": {
2 i& y" f9 F* Z7 ]$ } - "kind": "build",8 f- n' o+ M# n" J$ d( L
- "isDefault": true
7 [6 z4 D. m q4 x6 F9 h* p - },
/ l: E9 \8 A0 f7 L" \% w& b - "detail": "Task generated by Debugger."
% Y# f5 a% d* C4 y - }3 \ b& W9 j6 f( o5 c
- ]& Z2 I; w. H% @) W& A9 W' q& l4 P
- }
复制代码 : X! }6 V- W3 }4 ^
command 代表使用什么程序去执行文件,这里使用的是g++. args表示的是传递给g++的参数,表明使用了什么文件(-g 后面的file文件所指内容),生成了什么文件(-o 后面文件所指的内容)。所以这command 和 args两行参数表达的意思是:使用g++编译器将${file}文件进行编译,生成${fileDirname}/${fileBasenameNoExtension}文件。
. \; x" T9 n+ E' _6 @6 o5 X( d1 Z2 l0 i. W" u6 g
上面部分是对单个c++文件或者多个c++文件进行编译。但是如果一个项目使用makefile进行编译,则如何使用vscode 进行配置呢?我们这里进行讲解。由于我们使用make进行编译,所以我们将command命令后面加上make,args后面添加相应的参数。比如我们需要进行debug 所以要控制makefile 中所有的gcc编译命令后添加-g。不然的话,就会出现,编译成功了。但是debug的时候,断点无效,所有的执行都是一下子执行完的情况。由于在我们的makefile 中通过TAG = dbg来控制加不加编译选项-g,如图3所示。所以这里我们的参数添加了"TAG=dbg",这里根据不同的makefile进行不同的配置。
7 H5 W: L% {% P( _+ s% p- U- {+ v1 B% a9 O! W/ o
- "version": "2.0.0",7 H4 y: s) b9 ^" y/ z$ J& a
- "tasks": [4 F) L6 ~; s8 |4 G+ @
- {; Y7 ?! }6 _; A" }, w" m2 V) t
- "type": "shell",
, x4 m' C0 {- }# |. |4 |# ] N - "label": "Build",6 J5 ~- Y. |2 e
- "command": "make",' x. A1 D, P* K
- "args": ["NTHREADS=1", "TAG=dbg"],; }0 F6 x1 v% T. t5 h
. E6 g- r, b/ S
% ?' r9 v: D) r- N: b2 |- "group": {
0 h8 S2 |; P2 Z4 r - "kind": "build",
/ P9 o/ H$ H9 |/ n - "isDefault": true" x3 e4 Y8 D" I% |& ^% N
- },3 ]" Z$ U* q+ h! D" t7 a
- // "detail": "compiler: /usr/bin/g++"; b8 x) N: |7 z7 ]
- }
4 g7 \( k! x, |) }8 E- y) B
2 H+ r( e9 t# x+ m9 Q! P/ a2 E: {- M- }
复制代码 . P4 v0 Q6 Z6 u; t9 \
一种可行的Makefile文件内容(gcc后添加-g命令)
7 X; c, T# V% m8 p6 p# W) A- main: main.o input.o calcu.o) j* h' `+ A# D) T2 d' I: N
- gcc -o main1 main.o input.o calcu.o( h1 Z. u+ R( d8 r. o0 P9 [
- main.o: main.c
M5 X' H( ~4 t% | - gcc -c -g main.c
% w0 \" t, x+ F - input.o: input.c7 ~% c8 g# A+ K- S, A
- gcc -c -g input.c
9 p; d& p% x$ q3 j - calcu.o: calcu.c
! P( O+ [0 F) q2 N4 y; _1 r9 c e* |) i - gcc -c -g calcu.c/ S5 x( d0 P: F7 O% [& h3 f
- : Z( |) x4 }) o, M' k0 \2 w+ J
+ ^. V3 O# r7 v: q5 [" H- clean:1 `* Z% s5 \& M
- rm *.o
/ |3 R2 v r7 h, u/ i3 y8 _ - rm main
复制代码
/ I" A# a5 M' u8 K# G& Z* ^4.2、生成launch.json文件
+ j& u% e( G! U" f(注意只有在.c文件中才会有下图中右上角的图标显示)* t# k+ [" C$ Z. w
0 E3 i) t; S& P. ^& u; B
% C9 ]9 a, `0 y* s8 [" f( e4 S) @
/ K# s J4 T* o6 w
; D# J" D' b8 t4 {7 r) p
图4.2.1 添加调试配置文件' c8 k! ~# [6 i/ n0 q
- {3 F8 |; p7 x9 i
- "configurations": [
0 w% d6 S8 a, ^4 w; Z9 X* M( U - {% N" S/ Y# u1 f: ?/ T6 b
- "name": "C/C++: gcc build and debug active file",
% O/ R% [( I, E: X- v" }' v - "type": "cppdbg",& Y4 T2 }! ^' X! b2 y5 _3 C
- "request": "launch",
' {1 E. Z0 d# a9 W; Q; _! s - "program": "${fileDirname}/${fileBasenameNoExtension}"," j: X7 Z( i7 x: h3 { H
- "args": [],! o" ?) N6 e$ q% Z
- "stopAtEntry": false,
' g/ M% ?9 X3 E9 W) \4 i - "cwd": "${fileDirname}",
% z J7 I# Q/ L* _( [3 E - "environment": [],
4 F5 |% q/ F6 y ~" ~* i - "externalConsole": false,
8 N3 ~& p1 }$ ~5 \! y - "MIMode": "gdb",
$ u5 [6 ~" i8 F" |1 A+ S - "setupCommands": [
8 l7 e; z4 _) d$ u - {# l- L& c! g8 X( ^: D4 Z3 V
- "description": "Enable pretty-printing for gdb",
1 ?8 V. f# b0 V) \5 B) }& U' Q - "text": "-enable-pretty-printing",
' A: ?+ }1 L X7 I# z7 t, i$ ~ - "ignoreFailures": true# ? S& U: @" ^% o- d
- },
; g# N& L; s0 ~- _) w/ f% d8 A - {4 g* K' A9 S9 |- A5 j
- "description": "Set Disassembly Flavor to Intel",
3 ~; _* t3 d7 ?. E8 F - "text": "-gdb-set disassembly-flavor intel",7 |( _+ D* [7 v6 ~
- "ignoreFailures": true2 U0 l" M8 Y) V K5 _# U
- }$ t2 o/ y3 M* j! S1 S
- ],9 |* Q5 _- A5 [* ^ b+ C- I, s, B
- "preLaunchTask": "C/C++: gcc build active file",
. o: k* |/ i* F - "miDebuggerPath": "/usr/bin/gdb"6 O3 W5 V x s9 S
- }
- [, j/ k" b: a) g- V0 I - ],
. Y4 o/ x. a/ ^! F2 s - "version": "2.0.0"
: q. ^# b3 g8 ~) f/ P - }
复制代码 2 ]' L+ M9 g2 a) M
修改生成的launch.json文件如下1 l- ^6 M0 k7 m" G& F" ?- a
- {
u7 V. q& r- t - "configurations": [. D6 E9 Y# h t) j
- {
( q" Z# _ v- C - "name": "C/C++: g++ build and debug active file",
' l% X4 b" \- p5 b& y - "type": "cppdbg",) C; Z# ^+ o) d! A
- "request": "launch",8 m$ e# q2 D8 Y, a8 {
- "program": "${workspaceRoot}/a.out",
: a' m: x L2 m. S& w - "args": [ "1232"],. [. A. u* {/ l% L6 i7 X3 Y
- "stopAtEntry": false,
4 C% i. d* B; u - "cwd": "${workspaceRoot}",
& H$ G4 V, h& @! W3 J, B. r - "environment": [],8 y8 Q9 ]& P# y0 I" e' c, t
- "externalConsole": false," { K, p! T, Z! y4 r9 Y+ A
- "MIMode": "gdb",6 n* T, ?. l- W* ]' [8 z9 p
- "setupCommands": [7 {. ]6 Z) C+ K& x, U0 B
- {
4 d* H8 _& ~% m9 b2 \- R1 g! Y. @( } - "description": "Enable pretty-printing for gdb",
) M5 s) O. ]8 s8 y - "text": "-enable-pretty-printing",
3 h7 H+ F# j$ L. b! C7 ~5 q - "ignoreFailures": true
% }2 W9 c2 g- G - },
' ^9 J4 s# S6 ?% O5 ?5 q - {
' M$ U O& {( R/ l1 a/ [ - "description": "Set Disassembly Flavor to Intel",
& e. H2 f% u1 a9 D - "text": "-gdb-set disassembly-flavor intel",
1 ?# y2 l# m- @ - "ignoreFailures": true
0 P$ v8 |# b, J - }3 C" u7 N5 N7 b, Z- {: ]
- ],
2 N9 t0 R! v$ H: t - "preLaunchTask": "Build",
: }3 G; w* C5 r" H - "miDebuggerPath": "/usr/bin/gdb"
( g) Y5 i; m& ?( ^ - }3 o% }: [9 F# w; t! X
- ],& ]+ c. {& ^/ c& Q4 a8 T
- "version": "2.0.0"
8 o& R o+ P$ K2 P9 y1 e% K# i - }
复制代码
/ [3 _9 w+ L; a- v3 _) `; g* q"program"选项代表,需要进行调试的程序,所以这里需要修改为对应的文件。"PreLaunchTask" 代表debug流程的前序任务,这里的内容需要和tasks.json中的label相同。"args"可以添加执行程序的过程中,需要添加的参数。在下面的代码中,我们就添加了cacti程序,以及参数。5 T! |5 b9 v5 _
; x' {( n' c' N1 s+ l2 g
4.3、生成c_cpp_properties.json文件
8 o j4 H, b8 J; O% Rctrl+shift+p 搜索C/C++:Edit configurations(UI) 即可生成该文件: Y, ^ g: ]. g* F
- {
5 d7 r& S4 V+ @ z - "configurations": [6 l& a: x6 f+ {4 {0 d, U* ?9 g
- {
- X( `! ]0 ^3 l# V% {* n, e9 _2 _ - "name": "Linux",
+ Z( U+ M+ ?* m/ D; c ~% V" Z, j - "includePath": ["${workspaceFolder}/**"],6 _6 D: c) e T) y# d
- "defines": [],
4 n P9 T6 a$ p9 Q5 b: F1 i4 X - "compilerPath": "/usr/bin/gcc",
$ w$ ]. U. L( I: k; c - "cStandard": "c11",
6 K) j \( _' p9 G! w8 u - "cppStandard": "c++17",
% D0 q; ? m) e - "intelliSenseMode": "clang-x64"2 c; x$ _8 w* j( ?3 x6 Z+ u0 g
- }
! _: r: _' _( R3 W1 \/ S+ D - ],! @' K7 @1 a H6 p$ H6 h
- "version": 4* v, G( C0 i) C
- }
复制代码
7 M! `! H6 W9 D" k/ y05安装Vim
5 V* `; M! p% N. z1、命令行安装
6 F; ~# ^4 k: [: L6 m' u$ K- chen@ubuntu:~$ sudo apt-get install vim
; X8 m" ~' Y) E* H1 s- G2 Y - chen@ubuntu:~$ touch a.txt
8 M% u; z7 U, O, V( `) N0 a9 x - chen@ubuntu:~$ sudo vi a.txt
复制代码 ! V" t* G+ _( }; [
06安装gcc-arm-none-eabi
& n; L. z" J+ @1 G1、下载嵌入式gcc编译器* ` ~" g' t" l& T9 [
https://developer.arm.com/downloads/-/gnu-rm) t9 y/ z1 R% a, k2 B$ x# c: [/ L, T
+ E! v6 i3 v" a
* g& @, Z& s" S2 K
' [3 x6 ?) t' g2 A) M& B2、解压gcc-arm-none-eabi-10.3-2021.10, E& d2 i4 r# Z" D
- chen@ubuntu:~$ tar -vxjf gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2! X9 x( u: b. N0 g6 G' q
- #对于bz2、gz文件解压 X+ g" Z- t' W m+ l9 [
- tar -vxjf test1.tar.bz28 m2 q% l. D8 F& T! ~6 m( o* a
- tar -vxzf test2.tar.gz
5 o; I0 N: g2 F# B% B& y - #对于bz2、gz文件压缩
: X6 i% C! J! r4 s - tar -vxjf test1.tar.bz2* A: U' x c% @& R9 O
- tar -vxzf test2.tar.gz
复制代码 5 T1 z/ X! e) A
3、添加gcc-arm-none-eabi下的可执行文件命令到Terminal(终端)' L& ?9 e$ {/ M" E3 c* a \
- chen@ubuntu:~$ sudo gedit .bashrc3 h$ h$ ~' ~" s, @' I
- #在文末添加下面一行
9 J5 g; a" Y0 a3 C1 ? - export PATH=$PATH:~/gcc-arm-none-eabi-10.3-2021.10/bin+ U2 m' ]5 g2 W) P& y2 z0 i- T4 Y
- #添加上述行
, J$ U# D6 b/ v - chen@ubuntu:~$ source ~/.bashrc
; [; }7 |8 P0 r0 g% @( r - chen@ubuntu:~$ arm-none-eabi-gcc --help: F- C7 A1 O( C3 R4 M Q
- chen@ubuntu:~$ arm-none-eabi-gcc -v
复制代码 * L- \( j, r V9 J* b; Z, e7 y
07安装stm32cubemx
8 B+ ~5 p& z0 m' }& o1、下载stm32cubemx
4 @& M- n4 b" P! B# \, [5 m1 w' Ihttps://www.st.com/zh/development-tools/stm32cubemx.html: m% h0 ~: Z& C9 z6 Q4 g/ U$ ^+ u. Q, f
2 p& {! P/ Z- b" A! b0 d
3 @3 l9 X5 Q. E! z, \+ C/ A: `0 B6 Y: z& A, y6 Z& s
2、安装- chen@ubuntu:~/Downloads$ unzip en.stm32cubemx-lin-v6-11-1.zip
0 ~2 O9 E! H" E' x1 V" \! ~ - chen@ubuntu:~/Downloads$ sudo chmod 777 SetupSTM32CubeMX-6.11.1
( t* H' |. _ |$ | - chen@ubuntu:~/Downloads$ ls -l: H, |0 R* `' r6 W
- -rwxrwxrwx 1 chen chen 539136342 Apr 11 09:41 SetupSTM32CubeMX-6.11.1
! V& e% m8 B1 m/ Z) P - chen@ubuntu:~/Downloads$1 C H1 H8 O* Z0 Z1 R
- chen@ubuntu:~/Downloads$ sudo ./SetupSTM32CubeMX-6.11.1' U2 w9 w% \6 v1 x( N+ r5 w
- chen@ubuntu:~/Downloads$ find /usr -name STM32CubeMX. ~7 z0 Q* ^; {$ j/ R
- chen@ubuntu:/usr/local/STMicroelectronics/STM32Cube/STM32CubeMX$ ./STM32CubeMX
复制代码 % z1 {) e. p1 T6 q8 k# K
3、增加图标到菜单
. U0 e; J5 H% U! y2 E$ R! i5 R* M- chen@ubuntu:~$ /usr/share/applications/
: o& s% V& A) r4 y- S$ x - chen@ubuntu:/usr/share/applications$ sudo touch stm32cubemx.desktop; B/ b1 G6 d D/ @; n! D0 ^, [
- chen@ubuntu:/usr/share/applications$ sudo gedit stm32cubemx.desktop
& W. X8 P- U6 h2 L - chen@ubuntu:/usr/share/applications$ cat stm32cubemx.desktop2 G6 ^% F7 ~ L6 Z& B! R, J- q6 _
- [Desktop Entry]
5 U0 E* l e5 a4 r; E* h! v1 { - Type=Application
" J" t9 S5 A7 x2 `0 q( u4 @ - Name=STM32CubeMX" O; K, X$ D) W9 Q5 M. T
- Comment=STM32 Development Environment
; b; ~3 O1 g+ O4 g7 @# A6 L - Encoding=UTF-8% S( y& H& w7 |9 L9 W
- StartupNotify=true
$ S! D% K0 T# H: ~2 Q2 ^ - Terminal=false. N7 a- f6 k; m/ S4 [
- Categories=Development;java;c;c++;+ w2 o, D4 G) q; R$ C! s: z
- #icon= ##########图标的路径,自己找一个就行
5 }1 A0 T2 c5 C6 b' ]. O- o+ {! F - Exec= /usr/local/STMicroelectronics/STM32Cube/STM32CubeMX/STM32CubeMX
6 n* R4 r' T3 r/ B8 s" D: g# N" M - chen@ubuntu:/usr/share/applications$
复制代码
3 A/ V8 d( d0 e, ?. R% b6 m08使用stm32cubemx生成初始代码4 C) i: [" y& _7 S, @7 t
1、选择芯片->配置->Generate
5 ?3 B: I7 J1 f, f4 U8 ^ y
& R' o$ y7 N! A; H
+ h) `9 i* p" h' r n
: K3 I6 J+ Z8 _+ Q7 E- `; i& m2、一定要记得勾选PinOut-Debug-SerialWire否则后面下载程序时会报错Error: init mode failed (unable to connect to the target) 。这个是巨坑,一定要小心!!!!!!!!!!
- X9 V+ a2 {+ ] n
; g8 E1 C; Q. A4 @; S# O* C6 Z+ U
w/ \. J% @4 R6 Z# {! q- _
9 h) D6 ?' H( z/ k( l% g3 D' F* u
09配置VSCode! y+ U; U! F! E( J
1、使用vscode打开上述生成的初始代码& T, ~6 P6 T! o; t+ H# j! l" S
2、生成VSCode配置文件
$ @, @; U% \; q& w& U2.1 c_cpp_properties.jason
/ [' u q4 X1 k# E8 ~$ L- Ictrl+shift+p->Edit Configurations(JSON)生成.vscode/c_cpp_properties.json文件
2 k( d2 a% B. B! C# i3 V& U: f2 F) I/ n$ S4 d, D
3 X$ C/ v: u) T- D& s4 x+ O- {
/ ~6 A( w' U$ M4 j$ X - "configurations": [
) l; _) s7 f0 R$ m6 e; C: \) g - {
2 [! S! q5 O: E - "name": "Linux",! S& u& D" c; G, x7 o6 w4 Z# q1 T6 k: j
- "includePath": [# U6 |2 d! R3 T+ C8 I' T
- "${workspaceFolder}/**"$ x$ G7 B' h8 j8 S& E' p/ E1 G& A
- ],& X* I; J9 [1 r5 @
- "defines": [% W& _0 U; P* n, N% n) h5 s4 t# D
- "USE_HAL_DRIVER",
?& `% X! r2 d5 q T - "STM32F103xB"2 v2 C# p) x/ H q ?: E
- ],
4 y5 B) z j* J7 B: T, m; R - "compilerPath": "/home/chen/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-gcc",
& a8 h& D3 @- [3 q8 m3 b - "cStandard": "c99",$ t0 d( ?9 c0 a: `$ C0 v* V: F
- "cppStandard": "gnu++14",
. f9 w: h) j/ u% O+ T$ ]. R - "intelliSenseMode": "gcc-arm"& L' T3 V, p9 `. s4 K7 Q9 E. }4 N) L
- }
' m2 q# n2 |1 k0 T) M" K9 Q - ],
& r' i" L7 m& J6 z - "version": 49 B* J. z# ^, L. c% t
- }
复制代码
& K' R) @( h6 G5 n5 U' b2.2 task.json8 ~& n: \7 F. T1 c' |, k5 a/ Q
修改好task.json即可使用ctrl+shift+B对stm32工程进行编译
" J( }0 ?5 [. n7 w$ `" a, p' [# [+ E0 K. M2 J
3 C! V9 a o# t# G8 I$ T& w( a. m
+ [0 \# n! { {+ U5 V8 z
6 x' u; e/ p1 _) G; t& q4 E2 i8 O1 q
& o( W% W H! d c' N: I) Z
* e- T- O) H+ V6 [4 T
! V# { v' X& N4 s
1 G% I4 H' X* o# ~' F7 u% U0 t# d$ W d4 p
5 x+ ?& V/ n3 I+ n7 V3 ]! i修改如下:
/ ]# n) t$ X: C- {
& J/ o# H9 U9 K5 d- J2 o8 _ - // See https://go.microsoft.com/fwlink/?LinkId=733558* B+ N3 D0 U4 d) Z. Z5 S0 I0 \
- // for the documentation about the tasks.json format
, K# F3 Y' O1 V" p - "version": "2.0.0",6 O8 a9 H- ?- w
- "tasks": [9 I+ [: h+ p, Z) O/ i; B. @* h2 O: z
- {2 W8 ^. H% ?8 Y7 v; L
- "label": "Build", // 标签名
9 V7 D2 v2 V/ _+ l - "type": "shell", // 终端(shell)型的任务
) q0 F/ W2 N! K2 K& Q5 O4 t- ]4 v - "command": "make", // *执行的命令3 G+ D, M( P" S7 ?# ^5 E
- "args": [ // 命令的参数
5 j" C, u- L# } - "-j6" // 表示六线程同时编译
3 ?" a s# U% U: c, H- \' V( y" _ - ],/ M0 a1 Z& d& f/ Z& K
- "problemMatcher": ["$gcc"], // 表示如果出现了编译报错,问题面板会显示 gcc类型的错误
( R0 @" a, y, j9 _1 f0 I( K- Q - "group": {
5 i3 a! E0 A3 U) I - "kind": "build",
7 t" e7 e9 D |1 D/ v - "isDefault": true
- H, \( I% ?" }0 ~6 c4 r - }
3 S& N) L+ `# y0 ] - }( }' E" | C$ l4 w( h8 X. \# P
- V+ n8 ], C" O. T& e! X- }
复制代码 5 E O1 H4 l- w. O
2.3 settings.json
6 t+ J8 w, u0 {* t3 K0 C) F) H5 ~7 B
3、上述”defines“字段中的定义应包括stm32cubemx生成的Makefile文件中相关的宏定义$ {; u% `/ F# W3 ]1 ?
% [/ b U1 w: _; K/ @
" N2 ]9 r7 A; x& e9 T+ e; q0 D
1 m J: @8 S1 C2 {1 W( R
4、make编译/使用ctrl+shift+B
) R8 o% ^% P1 ], \$ J' [- chen@ubuntu:~/prj_vscode/linux-stm32/test$ make clean
q' e2 t! U7 b) }' { - chen@ubuntu:~/prj_vscode/linux-stm32/test$ make
复制代码
' H! _* ^6 r" F( j$ ]# I' ~10调试
. `+ H' Y" q2 i( P$ e; N1、安装openocd- chen@ubuntu:~$ sudo apt-get install openocd " {+ c& E8 ~& n& n- F+ z0 r
- chen@ubuntu:~$ whereis openocd4 Q( A' z- f1 B2 l3 |0 Y& Q
- openocd: 8 Y& y1 ^# |3 e
- /usr/bin/openocd
$ x0 t+ v* n$ ] - /usr/share/openocd ' Z; _. v$ m ?' `% z, R
- /usr/share/man/man1/openocd.1.gz
6 h7 N8 Q) G( O! }3 a - /usr/share/info/openocd.info-2.gz
, y6 Y. n* b$ m - /usr/share/info/openocd.info.gz . e% E) O9 j6 L
- /usr/share/info/openocd.info-1.gz" s3 q: D2 |3 O9 N* n1 c0 v' |
- chen@ubuntu:~$ . Z1 V8 O. e$ h: z6 `$ [' }
- //连接好stlinkv2-1到电脑和pcb板,输入以下命令。完成连接
+ B4 M/ r7 s' @4 N* H" k0 M - chen@ubuntu:/usr/share/openocd/scripts$ openocd -f interface/stlink-v2.cfg -f target/stm32f1x_stlink.cfg
复制代码
0 H2 O" O* l. ^4 ^2、在tasks.json中使用openocd进行编译后的下载
+ x: N$ U* t; q9 q* m. |, S0 e0 X$ f3 r
在原本的tasks.json中追加popenocd的相关内容
- C; s8 {- Y9 ?" B4 X R- {) ^$ w1 s7 D# j+ n) e1 y' S
- // See https://go.microsoft.com/fwlink/?LinkId=733558
' B& n0 ?+ @0 G/ i! T+ Z+ N - // for the documentation about the tasks.json format
# R' P2 Z5 s1 p3 W6 g/ y - "version": "2.0.0",% v% F+ X+ p3 u
- "tasks": [; h/ W; g8 @* @/ p* l
- {
! W) Q* \/ g2 G - "label": "Build", // 标签名
* r2 H" e/ {6 c: W - "type": "shell", // 终端(shell)型的任务
/ u3 r( t0 w) Z1 j8 V& a& q - "command": "make", // *执行的命令
- b; K% z0 r# N: B; i! L/ S4 k - "args": [ // 命令的参数0 o% ~2 d5 r, P- o5 ~
- // "-j6"表示六线程同时编译
' n( | E1 O; H* S7 s - ],4 s) V# r# S- i, U) I; B9 u+ |& z
- //"problemMatcher": ["$gcc"], // 表示如果出现了编译报错,问题面板会显示 gcc类型的错误
8 Y$ g2 l! D+ P6 ?' q" N$ W - "group": {' {0 _; q6 g1 O6 c' {$ b
- "kind": "build",, S1 H( K& V0 d/ L5 z
- "isDefault": true( G g, A- e9 X! v4 u
- }
1 z1 ?2 |7 c( f& o - },
( j( X6 ?9 L8 B1 s" M/ h- G7 p2 f - {
& P ?- U" L& i3 R+ s% u - "dependsOn":"Build", // 任务依赖
5 e4 b. {' S! u - "label": "Build and Download",# T% ^7 e5 M& V* ^5 p& P
- "type": "shell",* K" }/ R4 Q. n. o6 F
- "command": "openocd",0 t, o7 O( G2 ^) a3 P2 [
- "args": [
5 J# q+ S0 \& M7 r - "-f",: T$ o" N8 V6 N) L
- "/usr/share/openocd/scripts/interface/stlink-v2.cfg",! E: n" ^' n# o/ _, @% l
- "-f",8 {6 S6 {7 ]; S9 r5 h b
- "/usr/share/openocd/scripts/target/stm32f1x_stlink.cfg",: H) V! T4 E1 p( s/ G' g" k
- "-c",
+ X" X5 x2 ~4 P+ K8 c7 f - "program ./build/${workspaceFolderBasename}.elf verify reset exit"
6 \+ d, m7 p+ F+ ] - ],% f. c; ^+ ]% t2 m
- "problemMatcher": []
+ Q/ B- F- T: m9 e, ] - }
! a. ?* X, N+ j5 ~# H8 J - : }* |% Y: [( G2 B
* x9 |" t# e$ m: P. y- }
复制代码
/ S+ c% L! u! E) n4 R这个任务要求先进行 Build任务,然后通过命令打开 openocd,加载两个配置文件(-f interface/stlink.cfg 和 -f target/stm32l1.cfg),同时,这个 -c 的选项后面跟着的就是openocd成功加载后执行的内置命令,这里我们让它下载、验证、reset,然后直接退出,这样就实现了一条龙式的下载。
, u) w5 h. {# ?3 Q8 _ U2 Y( a" E$ }" D( l. x
1 u/ B y/ ]" e* _! W
: Y' Q" @ A; i# H }# [; _
9 U8 l% T N$ J- {6 k3 \" R, m* K# b1 ~! f
3、使用openocd进行调试
& K6 ^# h) a s% B# V2 Z" u. X3.1 安装Cortex Debug和Venus's Cortex-Debug插件(第二个插件一定要安装,否则会报错Failed to launch OpenOCD GDB Server: Timeout.)
. h) P H/ D/ U* y( Z* |9 ~. {# j3 u' s2 o7 E9 i, K( N/ F" Y- Q& a5 E
9 [) q: [& F3 e% b3 l1 w+ s$ ~! U7 P: _+ e, _% P% `3 ?
- q) [- F: {2 i3 V- Z! L* ~% f, {' T* ]9 }% u
3.2、 添加调试配置
1 ^/ C3 `% F8 |8 x' z) u e* e. N. R. w
3 Y, ^3 O9 J* e, g9 O9 ~! z; O& L, o
$ _9 {$ W1 W1 K* O4 s- |* y' E3.3 选择cortex debug,生成launch.json,并修改内容如下- f: R/ q6 X3 ]* ^
, C4 ?/ U; K6 f9 D5 ? k( j. V
' w8 E7 ^; I) d6 p4 |
6 U4 X c* p' k8 X. x1 c1 ]. ~
- {
$ c8 h/ X- D/ q& w2 p% P3 l0 a - // 使用 IntelliSense 了解相关属性。0 E) U+ A5 O/ ~0 E9 b/ ]5 A! N. A
- // 悬停以查看现有属性的描述。) ]5 B9 f+ g- r5 Q
- // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=8303872 j0 t4 i1 P$ V- y# X4 j9 t; b
- "version": "0.2.0",4 v! P7 m- Q5 x; l+ u
- "configurations": [+ U. X; C7 n) Y
- {2 p6 t2 _; e/ L" d( S, q$ r6 p: Y# v
- "name": "Cortex Debug",/ \1 ^. V# F- ]' {! M. r7 R
- "cwd": "${workspaceRoot}", // 输出路径: f4 A8 `* t. ]" K% L
- "executable": "./build/${workspaceRootFolderName}.elf", // 要调试的程序- U: w4 a1 C+ d9 V
- "request": "launch",
) A' |8 V. s+ | - "type": "cortex-debug",& Q3 T$ k/ U; b: [
- "servertype": "openocd", // 调试器选择
8 I! t- o1 ~+ q& m - "device": "STM32F103C8", // 使用J-link GDB Server时必须;其他GBD Server时可选(有可能帮助自动选择 SVD文件)。支持的设备见 https://www.segger.com/downloads/supported-devices.php
: A" p5 ?1 K$ L3 R% e8 o2 O - //"svdFile": "./STM32L15xC.svd", // svd文件,有这个文件才能查看寄存器的值,每个单片机都不同。可以在以下地址找到 https://github.com/posborne/cmsis-svd下载
% o& s3 z' b" q m - "interface": "swd",
3 l0 b9 @" e+ F5 C2 x& E! r, d0 \ - "configFiles": [, O4 p- W* ~9 K) m% u& s
- //"${workspaceRoot}/openocd.cfg", // *可以通过加载该文件来配置) E( Q) V: D; N. ?' N( s# Z S
- "/usr/share/openocd/scripts/interface/stlink-v2.cfg",
- A0 v5 |5 y) z# A - "/usr/share/openocd/scripts/target/stm32f1x.cfg", ~3 L* x! S+ ~; s$ c5 V
- ],
# M. Y# I; W/ d. J - "runToEntryPoint": "false",+ g) C6 A( J9 d* U6 E
- //"runToMain": false,
- e7 m/ s1 v; k" ^- ~ - "preLaunchTask": "Build", // 在调试前预先执行的任务,此处是tasks.json中的
. t5 R0 n/ U: C" s5 S% V: k - //"armToolchainPath": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\5.4 2016q3\\bin" // 如果没有把 arm工具链路径添加到系统环境变量,则需要这条指令添加你的路径
# |: [9 i( c/ j8 B6 L p% R0 G - }5 y, r! C+ f2 a* J: E; c; ]. b
- {; }" Y; n6 L6 q- Z4 b! F# [
- }
复制代码
3 L& w( J O& f3 P5 D+ U8 e3.4 调试7 ?0 c9 D) _: \: I
; Z! L4 B4 j) C
* E) @8 j: _" W) g
! p4 f; \% H+ s% f) f# g2 l. C* p11使用VSCode串口工具
5 i2 `3 ]+ K# b( Y% H1、安装serial monitor/ V' _" h: K# W2 g. [
; ?6 ]$ Q# Z5 R3 o2 }
6 w$ q' J m* u& h) T4 ]% g! @) L
( s% B+ s% b s6 A% }. G' M
2、查看连接的usb
! _ A/ k0 p& j) r- chen@ubuntu:~$ lsusb3 @% }; a& b [. J, N: E
- Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub$ g# ?( a, A ] m) e9 ~
- Bus 002 Device 007: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter S& C( L1 o8 c% \7 n, T" ^
- Bus 002 Device 006: ID 0483:3748 STMicroelectronics ST-LINK/V2) Z" q6 p) s, _0 O$ y2 N
- Bus 002 Device 004: ID 0e0f:0008 VMware, Inc. VMware Virtual USB Mouse: m8 V- X( O4 [" i% C* V4 S( E5 ^
- Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub1 A A! |1 M. X% e
- Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
! Y" [4 j( y" O6 F! ] - Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
8 X5 y A3 h# C7 N) T: P - chen@ubuntu:~$
复制代码
+ D- l0 i4 m! r2、加权限- chen@ubuntu:~$ sudo chmod 777 /dev/ttyUSB0
复制代码
' C& d8 ^ v7 Z3 V8 T ~# u12使用git' Y: q0 C6 ]& j9 ` D+ A) h. m
1、检查状态1 s+ q9 t$ z+ t5 Y; u# @' d% Y3 Y
- //在执行 git add 和 git commit 之前,先执行以下命令查看当前仓库的状态:
' h, `0 C( \- g5 B: U1 G$ r - git status% }9 j' k8 ~' J p5 X. Y4 R
- //这将显示工作目录和暂存区的状态。确保没有未追踪的文件,也确保已将需要提交的文件添加到暂存区。
复制代码 : O: ^7 a0 K+ [6 q+ r
2、确认 Git 配置:
9 B4 w+ b( _( \- git config user.name: {5 c, u. t) _2 [
- git config user.email* ~) B) E6 R- h- ]. ?
- - B& H3 {' ^' n: v1 B
- , E) ], b- a2 S6 F! r8 u n
- 如果没有设置,请使用以下命令设置:
. Z8 w% ^) L: }( P4 q8 i- K! L - git config --global user.name "Your Name"
- b) _) F" V9 \1 b F+ s - git config --global user.email "your.email@example.com"
复制代码 ; x, t; b( I7 u9 H9 [. y5 |! J: X
3、检查文件权限. `' P% k1 o9 N4 @8 n( z: B+ W2 C
确保你有权限在新文件夹中进行写操作。使用 ls -l 命令检查文件和目录的权限:
7 R$ f" h6 S2 t- @2 V4 p3 vls -l
% t; N4 K5 C& P& S ], p
' X ~/ n: _8 D, X/ Z4、查看错误信息:
. r. Z- u' F i9 j- `如果 git commit 操作没有反应,尝试使用 -v 参数查看详细的错误信息:
6 i9 |& ~' E4 l0 N' D8 cgit commit -v
0 v8 A" h3 H$ ^+ v8 @" E5 U% `( x3 Z4 M! U% ~' E4 z- G
5、清理缓存:
# t& i# I- B. y有时 Git 的内部缓存可能导致问题。尝试清理 Git 缓存并重新尝试:
- I. u( B- Q$ F9 z, s( wgit rm -r --cached .3 d- n1 p2 G7 p4 B2 `
git add .8 ?( ^+ h/ ]/ A, w4 n. F N
git commit -m "Your commit message"2 a2 J7 F9 ]- z! J: S4 F
这将清理缓存并重新添加和提交所有更改。
% f* F7 C: J3 e" }; U5 F+ L% \; E( j% Y2 \
9 A L* `9 T. V- g. l
转载自:kevin: S& S* O# ^5 O- l% P# G6 @
0 Y! {* M6 ^5 r4 d+ j v4 w
如有侵权请联系删除
% K# _& M7 l& j( b
2 L' w9 ^4 w% }% N2 A( K
+ f! P! t/ s4 C( Q" {( @% w. F, F
|& ]- `; s# @; @0 ~) t |