power cycle by default
[openocd-rpi2-stm32] / zc.txt
1
2 root@rpi4:/home/pi/openocd-rpi2-stm32# openocd -f rpi4-zc-swd.cfg
3 Open On-Chip Debugger 0.11.0+dev-00062-g6405d35f3-dirty (2021-03-27-16:05)
4 Licensed under GNU GPL v2
5 For bug reports, read
6         http://openocd.org/doc/doxygen/bugs.html
7 Info : BCM2835 GPIO JTAG/SWD bitbang driver
8 Info : clock speed 100 kHz
9 Info : SWD DPIDR 0x0bc11477
10 Info : chip.cpu: hardware has 4 breakpoints, 2 watchpoints
11 Info : starting gdb server for chip.cpu on 3333
12 Info : Listening on port 3333 for gdb connections
13 AP ID register 0x04770031
14         Type is MEM-AP AHB3
15 MEM-AP BASE 0xf0000003
16         Valid ROM table present
17                 Component base address 0xf0000000
18                 Peripheral ID 0x00000a0447
19                 Designer is 0x0a0, STMicroelectronics
20                 Part is 0x447, Unrecognized
21                 Component class is 0x1, ROM table
22                 MEMTYPE system memory present on bus
23         ROMTABLE[0x0] = 0xf00ff003
24                 Component base address 0xe00ff000
25                 Peripheral ID 0x04000bb4c0
26                 Designer is 0x4bb, ARM Ltd
27                 Part is 0x4c0, Cortex-M0+ ROM (ROM Table)
28                 Component class is 0x1, ROM table
29                 MEMTYPE system memory present on bus
30         [L01] ROMTABLE[0x0] = 0xfff0f003
31                 Component base address 0xe000e000
32                 Peripheral ID 0x04000bb008
33                 Designer is 0x4bb, ARM Ltd
34                 Part is 0x8, Cortex-M0 SCS (System Control Space)
35                 Component class is 0xe, Generic IP component
36         [L01] ROMTABLE[0x4] = 0xfff02003
37                 Component base address 0xe0001000
38                 Peripheral ID 0x04000bb00a
39                 Designer is 0x4bb, ARM Ltd
40                 Part is 0xa, Cortex-M0 DWT (Data Watchpoint and Trace)
41                 Component class is 0xe, Generic IP component
42         [L01] ROMTABLE[0x8] = 0xfff03003
43                 Component base address 0xe0002000
44                 Peripheral ID 0x04000bb00b
45                 Designer is 0x4bb, ARM Ltd
46                 Part is 0xb, Cortex-M0 BPU (Breakpoint Unit)
47                 Component class is 0xe, Generic IP component
48         [L01] ROMTABLE[0xc] = 0x0
49         [L01]   End of ROM table
50         ROMTABLE[0x4] = 0x200002
51                 Component not present
52         ROMTABLE[0x8] = 0x0
53                 End of ROM table
54
55
56 # figure out which stm32 is this
57 Info : SWD DPIDR 0x0bc11477
58 STM32L0xx
59
60 # using just target/stm32l0.cfg seems to produce just partial firmware dump
61
62 + openocd -f rpi4-zc-swd.cfg -f target/stm32l0_dual_bank.cfg
63 Open On-Chip Debugger 0.11.0+dev-00062-g6405d35f3-dirty (2021-03-27-16:05)
64 Licensed under GNU GPL v2
65 For bug reports, read
66         http://openocd.org/doc/doxygen/bugs.html
67 swd
68 Info : Listening on port 6666 for tcl connections
69 Info : Listening on port 4444 for telnet connections
70 Info : BCM2835 GPIO JTAG/SWD bitbang driver
71 Info : clock speed 300 kHz
72 Info : SWD DPIDR 0x0bc11477
73 Info : stm32l0.cpu: hardware has 4 breakpoints, 2 watchpoints
74 Error: stm32l0.cpu -- clearing lockup after double fault
75 Polling target stm32l0.cpu failed, trying to reexamine
76 Info : stm32l0.cpu: hardware has 4 breakpoints, 2 watchpoints
77 Info : starting gdb server for stm32l0.cpu on 3333
78 Info : Listening on port 3333 for gdb connections
79 Info : accepting 'gdb' connection on tcp/3333
80 Info : Device: STM32L0xx (Cat.5)
81 Info : STM32L flash has dual banks. Bank (0) size is 64kb, base address is 0x8000000
82 Info : Device: STM32L0xx (Cat.5)
83 Info : STM32L flash has dual banks. Bank (1) size is 64kb, base address is 0x8010000
84
85 # telnet localhost 4444
86
87 > flash banks
88 #0 : stm32l0.flash (stm32lx) at 0x08000000, size 0x00010000, buswidth 0, chipwidth 0
89 #1 : stm32l0.flash1 (stm32lx) at 0x08010000, size 0x00010000, buswidth 0, chipwidth 0
90
91 > flash read_bank 0 2012230024.0
92 wrote 65536 bytes to file 2012230024.0 from flash bank 0 at offset 0x00000000 in 1.198537s (53.398 KiB/s)
93
94 keep_alive() was not invoked in the 1000 ms timelimit. GDB alive packet not sent! (1211 ms). Workaround: increase "set remotetimeout" in GDB
95 > flash read_bank 1 2012230024.1
96 wrote 65536 bytes to file 2012230024.1 from flash bank 1 at offset 0x00000000 in 1.199143s (53.371 KiB/s)
97
98 keep_alive() was not invoked in the 1000 ms timelimit. GDB alive packet not sent! (1256 ms). Workaround: increase "set remotetimeout" in GDB
99 >
100
101 # read eeprom from openocd https://www.purplealienplanet.com/node/56
102
103 eeprom dump after reset (press button 3s)
104
105 > mdb 0x08080000 512
106 0x08080000: 00 00 80 00 8a 10 cf 12 88 31 f0 77 20 00 00 00 00 00 00 00 00 00 00 00 80 51 01 00 01 00 00 00
107 0x08080020: 00 00 40 40 14 00 00 00 10 0e 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
108 0x08080040: 00 00 00 00 00 00 00 00 94 7e 01 00 20 4e 00 00 88 13 00 00 00 00 00 00 00 00 00 00 00 00 00 00
109 0x08080060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
110 0x08080080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
111 0x080800a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
112 0x080800c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
113 0x080800e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
114 0x08080100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
115 0x08080120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
116 0x08080140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
117 0x08080160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
118 0x08080180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
119 0x080801a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
120 0x080801c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
121 0x080801e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
122
123 # interval
124
125 > mdw 0x08080018
126 0x08080018: 00015180
127
128
129 # judging from TQFP48 package and 128Kb flash, this is STM32L081CB
130
131 # full 6k eeprom:
132
133 > mdw 0x08080000 1536
134 0x08080000: 00800000 12cf108a 77f03188 00000020 00000000 00000000 00015180 00000001
135 0x08080020: 40400000 00000014 00000e10 0000ffff 00000000 00000000 00000000 00000000
136 0x08080040: 00000000 00000000 00017e94 00004e20 00001388 00000000 00000000 00000000
137 0x08080060: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
138 0x08080080: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
139 0x080800a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
140 0x080800c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
141 0x080800e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
142 0x08080100: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
143 0x08080120: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
144 0x08080140: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
145 0x08080160: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
146 0x08080180: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
147 0x080801a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
148 0x080801c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
149 0x080801e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
150 0x08080200: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
151 0x08080220: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
152 0x08080240: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
153 0x08080260: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
154 0x08080280: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
155 0x080802a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
156 0x080802c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
157 0x080802e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
158 0x08080300: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
159 0x08080320: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
160 0x08080340: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
161 0x08080360: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
162 0x08080380: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
163 0x080803a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
164 0x080803c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
165 0x080803e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
166 0x08080400: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
167 0x08080420: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
168 0x08080440: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
169 0x08080460: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
170 0x08080480: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
171 0x080804a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
172 0x080804c0: 00000000 00000000 00000000 00000000 00000000 00000000 0000223f 00004485
173 0x080804e0: 000066aa 000088c4 0000aab6 0000cc81 0000edfd 00010f4e 00013045 000150e3
174 0x08080500: 00017126 000190f2 0001b053 0001cf33 0001ed8b 00020b42 0000223b 0000446a
175 0x08080520: 00006675 0000885c 0000aa1a 0000cb97 0000ecd0 00010db9 00012e3f 00014e6b
176 0x08080540: 00016e21 00018d64 0001ac2d 0001ca53 0001e7f4 000204fe 0003d547 0003d644
177 0x08080560: 0003d629 0003d6b3 0003d715 0003d79c 0003d7bd 0003d848 0003d8a3 0003d8fd
178 0x08080580: 0003d96d 0003d9c2 0003da34 0003daa3 0003db16 0003db6d 0003d4d4 0003d4c1
179 0x080805a0: 0003d42e 0003d3c8 0003d393 0003d336 0003d2e1 0003d28a 0003d216 0003d1c5
180 0x080805c0: 0003d15e 0003d105 0003d0be 0003d041 0003cfe8 0003cf9b 0000229a 0000453c
181 0x080805e0: 000067c6 00008a34 0000ac84 0000ce9c 0000f07d 00011223 00013366 00015463
182 0x08080600: 000174f3 0001950c 0001b4b6 0001d3e6 0001f276 00021084 000022a1 00004528
183 0x08080620: 00006793 000089dc 0000abf0 0000cdd3 0000ef68 000110ac 00013196 0001521f
184 0x08080640: 00017240 000191d2 0001b0f1 0001cf82 0001ed7d 00020ad6 0003df76 0003e083
185 0x08080660: 0003e0c6 0003e107 0003e17a 0003e1bc 0003e212 0003e28e 0003e2c3 0003e339
186 0x08080680: 0003e393 0003e3d8 0003e436 0003e4a6 0003e4ec 0003e559 0003e03f 0003df65
187 0x080806a0: 0003dede 0003de8f 0003de26 0003ddf5 0003dd99 0003dd3d 0003dce5 0003dc99
188 0x080806c0: 0003dc5e 0003dbe9 0003db9d 0003db4c 0003dafa 0003daa2 00000000 00000000
189 0x080806e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
190 0x08080700: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
191 0x08080720: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
192 0x08080740: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
193 0x08080760: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
194 0x08080780: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
195 0x080807a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
196 0x080807c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
197 0x080807e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
198 0x08080800: b55aaf6f 7c26b0b4 4e648462 0003128d 00000001 000011c3 00001213 00001265
199 0x08080820: 000012c0 00001305 00001330 0000137b 00000bcf 00000c16 00000c59 00000cb8
200 0x08080840: 00000d03 00000d37 00000d83 fffff1ba fffff974 00000138 00000b3b 00001321
201 0x08080860: 0000190b 000022d7 00000000 00000000 00000000 00000000 00000000 00000000
202 0x08080880: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
203 0x080808a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
204 0x080808c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
205 0x080808e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
206 0x08080900: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
207 0x08080920: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
208 0x08080940: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
209 0x08080960: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
210 0x08080980: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
211 0x080809a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
212 0x080809c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
213 0x080809e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
214 0x08080a00: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
215 0x08080a20: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
216 0x08080a40: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
217 0x08080a60: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
218 0x08080a80: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
219 0x08080aa0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
220 0x08080ac0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
221 0x08080ae0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
222 0x08080b00: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
223 0x08080b20: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
224 0x08080b40: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
225 0x08080b60: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
226 0x08080b80: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
227 0x08080ba0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
228 0x08080bc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
229 0x08080be0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
230 0x08080c00: 00000001 2e383032 322e3736 322e3232 00003232 716d0000 7a2e7474 65732d63
231 0x08080c20: 726f736e 6d6f632e 00000000 00000000 00000000 00000000 00000000 00000000
232 0x08080c40: 00000000 00000000 00000000 00000000 00000000 38310000 00003338 36380000
233 0x08080c60: 33323834 30353430 31303133 00000030 00000000 00000000 00000000 00000000
234 0x08080c80: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
235 0x08080ca0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
236 0x08080cc0: 00000000 6c636e49 6d6f6e69 72657465 54435a2f 4d303333 57535f78 5f4e5f50
237 0x08080ce0: 382f4b59 32383436 35343033 30313330 642f3031 006e776f 00000000 00000000
238 0x08080d00: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
239 0x08080d20: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
240 0x08080d40: 00000000 6c636e49 6d6f6e69 72657465 54435a2f 4d303333 57535f78 5f4e5f50
241 0x08080d60: 382f4b59 32383436 35343033 30313330 752f3031 00000070 00000000 00000000
242 0x08080d80: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
243 0x08080da0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
244 0x08080dc0: 00000000 6c636e49 6d6f6e69 72657465 54435a2f 4d303333 57535f78 5f4e5f50
245 0x08080de0: 382f4b59 32383436 35343033 30313330 642f3031 006e776f 00000000 00000000
246 0x08080e00: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
247 0x08080e20: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
248 0x08080e40: 00000000 00000000 00000000 2c373131 312c3036 312c3735 00003733 00000000
249 0x08080e60: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
250 0x08080e80: 00000000 00000000 00000000 33383635 00000000 00000000 00000000 00000000
251 0x08080ea0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
252 0x08080ec0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
253 0x08080ee0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
254 0x08080f00: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
255 0x08080f20: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
256 0x08080f40: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
257 0x08080f60: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
258 0x08080f80: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
259 0x08080fa0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
260 0x08080fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
261 0x08080fe0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
262 0x08081000: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
263 0x08081020: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
264 0x08081040: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
265 0x08081060: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
266 0x08081080: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
267 0x080810a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
268 0x080810c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
269 0x080810e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
270 0x08081100: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
271 0x08081120: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
272 0x08081140: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
273 0x08081160: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
274 0x08081180: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
275 0x080811a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
276 0x080811c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
277 0x080811e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
278 0x08081200: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
279 0x08081220: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
280 0x08081240: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
281 0x08081260: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
282 0x08081280: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
283 0x080812a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
284 0x080812c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
285 0x080812e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
286 0x08081300: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
287 0x08081320: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
288 0x08081340: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
289 0x08081360: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
290 0x08081380: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
291 0x080813a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
292 0x080813c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
293 0x080813e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
294 0x08081400: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
295 0x08081420: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
296 0x08081440: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
297 0x08081460: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
298 0x08081480: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
299 0x080814a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
300 0x080814c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
301 0x080814e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
302 0x08081500: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
303 0x08081520: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
304 0x08081540: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
305 0x08081560: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
306 0x08081580: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
307 0x080815a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
308 0x080815c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
309 0x080815e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
310 0x08081600: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
311 0x08081620: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
312 0x08081640: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
313 0x08081660: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
314 0x08081680: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
315 0x080816a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
316 0x080816c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
317 0x080816e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
318 0x08081700: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
319 0x08081720: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
320 0x08081740: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
321 0x08081760: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
322 0x08081780: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
323 0x080817a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
324 0x080817c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
325 0x080817e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
326
327