forked from klonyyy/MCUViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSTMViewer_test.cfg
225 lines (184 loc) · 2.84 KB
/
STMViewer_test.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
[elf]
file_path = C:/Users/klonyyy/PROJECTS/STMViewer_/STMViewer/test/STMViewer_test/Debug/STMViewer_test.elf
[settings]
sample_period = 100
version = 0
max_points = 500
max_viewport_points = 50
[var0]
name = test.a
address = 536870976
type = 7
color = 16748032
[var1]
name = test.b
address = 536870980
type = 7
color = 16711904
[var2]
name = test.c
address = 536870984
type = 7
color = 5898495
[var3]
name = test.ia
address = 536871000
type = 2
color = 25087
[var4]
name = test.square
address = 536871008
type = 7
color = 16308992
[var5]
name = test.structA.a
address = 536870952
type = 1
color = 154518361
[var6]
name = test.structA.b
address = 536870953
type = 1
color = 4185286018
[var7]
name = test.structA.c
address = 536870954
type = 2
color = 2200812724
[var8]
name = test.structA.d
address = 536870955
type = 1
color = 166619826
[var9]
name = test.structA.e
address = 536870956
type = 1
color = 3902659492
[var10]
name = test.structA.f
address = 536870957
type = 3
color = 3566472135
[var11]
name = test.structA.g
address = 536870959
type = 4
color = 3877610779
[var12]
name = test.structA.h
address = 536870961
type = 6
color = 2692520777
[var13]
name = test.structA.j
address = 536870966
type = 7
color = 1586018970
[var14]
name = test.tri
address = 536870992
type = 2
color = 65377
[var15]
name = test.ua
address = 536870993
type = 1
color = 255
[var16]
name = test.ub
address = 536870994
type = 3
color = 65512
[plot0]
name = align test
visibility = true
type = 2
[plot0-series0]
name = test.structA.a
visibility = true
format = BIN
[plot0-series1]
name = test.structA.b
visibility = true
format = HEX
[plot0-series2]
name = test.structA.c
visibility = false
format = DEC
[plot0-series3]
name = test.structA.d
visibility = true
format = DEC
[plot0-series4]
name = test.structA.e
visibility = true
format = HEX
[plot0-series5]
name = test.structA.f
visibility = true
format = DEC
[plot0-series6]
name = test.structA.g
visibility = false
format = DEC
[plot0-series7]
name = test.structA.h
visibility = true
format = BIN
[plot0-series8]
name = test.structA.j
visibility = true
format = DEC
[plot1]
name = test0
visibility = true
type = 0
[plot1-series0]
name = test.a
visibility = true
format = DEC
[plot1-series1]
name = test.b
visibility = true
format = DEC
[plot1-series2]
name = test.c
visibility = true
format = DEC
[plot1-series3]
name = test.tri
visibility = true
format = DEC
[plot2]
name = test1
visibility = true
type = 0
[plot2-series0]
name = test.tri
visibility = true
format = DEC
[plot2-series1]
name = test.ua
visibility = true
format = DEC
[plot2-series2]
name = test.ub
visibility = true
format = DEC
[plot3]
name = test2
visibility = true
type = 0
[plot3-series0]
name = test.a
visibility = true
format = DEC
[plot3-series1]
name = test.c
visibility = true
format = DEC
[plot3-series2]
name = test.square
visibility = true
format = DEC