Can't debug using J-Link Pro + OpenOCD, it works one or two times and then starts failing always

V.Lorz
Posts: 1
Joined: Sun Jun 20, 2021 5:54 pm

Can't debug using J-Link Pro + OpenOCD, it works one or two times and then starts failing always

Postby V.Lorz » Sun Jun 20, 2021 6:24 pm

I've installed the development environment on Win10 as per instructions given here: https://docs.espressif.com/projects/esp ... index.html, selected tag 4.3, then prepared and configured the hello_world example for hardware debugging following these instructions here: https://docs.espressif.com/projects/esp ... ugger.html. First tried with a third party Eclipse-based IDE (nxp, MCUXpresso 11.3.1) following instructions here: https://mcuoneclipse.com/2019/08/18/bui ... h-eclipse/ and here https://mcuoneclipse.com/2019/09/22/ecl ... er-j-link/. It was possible to compile, and to flash. That Eclipse version does not support the IDF eclipse plugin.
My board is a TTGO from LilyGo.
For accessing the J-Link from OpenOCD I used this tool: https://visualgdb.com/UsbDriverTool/. Using the command line I could flash the esp board using OpenOCD, yet I needed to set adapter_khz to 1MHz.
With that setup I was able to debug the program two times, only. After that, it always displayed a message in the debug window saying: No source available for "(gdb[2].proc[42000].threadGroup[i1],gdb[2].proc[42000].OSthread[1]).thread[1].frame[0]", and giving options of viewing disassembly.
There is an error message in the console saying Warn : No symbols for FreeRTOS!.
I then tried the Eclipse which is bundled with the IDF installation, imported the project, configured the target device, compiled and created the debug config using the "ESP-IDF GDB OpenOCD Debugging".
The error Warn : No symbols for FreeRTOS! continues appearing and the same behaviour as before showed up. I's able to debug a couple times, then it again either or failed to start debugging or just displayed No source available for "(gdb[2].proc[42000].threadGroup[i1],gdb[2].proc[42000].OSthread[1]).thread[1].frame[0]".
Neither restarting the IDE nor restarting the debugger and the development board solved the issue.
How can I solve those issues?
Let me know if any console dump is needed or would be of help.
Many thanks in advance.

alqine
Posts: 8
Joined: Thu Jun 24, 2021 8:14 pm

Re: Can't debug using J-Link Pro + OpenOCD, it works one or two times and then starts failing always

Postby alqine » Fri Oct 01, 2021 9:58 am

Hi, I have similar problem. I downloaded brand new Eclipse CDT 2021-06, since 2021-09 does not work yet. Then I proceded with ESP-IDF plugin installation and Debug Setup.

I have existing project, so I created new project from template given by the editor and then copy-pasted my existing code into the folder. Maybe that is the problem?

Then I flashed the project onto my board. I am using OpenOCD board esp-wroom-32.cfg and interface ftdi/esp32_devkitj-v1.cfg with small changes to support my FT232H debugger.

But when I try to run debugging, I end up with:

  1. No source available for "(gdb[2].proc[42000].threadGroup[i1],gdb[2].proc[42000].OSthread[1]).thread[1].frame[0]"

There is my Console output:
  1. Open On-Chip Debugger  v0.10.0-esp32-20210401 (2021-04-01-15:46)
  2. Licensed under GNU GPL v2
  3. For bug reports, read
  4.     http://openocd.org/doc/doxygen/bugs.html
  5. adapter speed: 20000 kHz
  6.  
  7. WARNING: boards/esp-wroom-32.cfg is deprecated, and may be removed in a future release.
  8. Flashing /Users/malja/eclipse-workspace/main_unit_esp/build/partition_table/partition-table.bin at 0x8000
  9. Info : ftdi: if you experience problems at higher adapter clocks, try the command "ftdi_tdo_sample_edge falling"
  10. Info : clock speed 20000 kHz
  11. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  12. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  13. Info : esp32.cpu0: Target halted, PC=0x40007A2E, debug_reason=00000000
  14. Info : esp32.cpu1: Target halted, PC=0x400076DD, debug_reason=00000000
  15. Info : Listening on port 3333 for gdb connections
  16. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  17. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  18. Info : esp32.cpu0: Debug controller was reset.
  19. Info : esp32.cpu0: Core was reset.
  20. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  21. Info : Set GDB target to 'esp32.cpu0'
  22. Info : esp32.cpu0: Core was reset.
  23. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  24. Info : esp32.cpu1: Debug controller was reset.
  25. Info : esp32.cpu1: Core was reset.
  26. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  27. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  28. Info : Flash mapping 0: 0x10020 -> 0x3f400020, 38 KB
  29. Info : Flash mapping 1: 0x20020 -> 0x400d0020, 102 KB
  30. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  31. Info : Auto-detected flash bank 'esp32.cpu0.flash' size 4096 KB
  32. Info : Using flash bank 'esp32.cpu0.flash' size 4096 KB
  33. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  34. Info : Flash mapping 0: 0x10020 -> 0x3f400020, 38 KB
  35. Info : Flash mapping 1: 0x20020 -> 0x400d0020, 102 KB
  36. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  37. Info : Auto-detected flash bank 'esp32.cpu1.flash' size 4096 KB
  38. Info : Using flash bank 'esp32.cpu1.flash' size 4096 KB
  39. ** Programming Started **
  40. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  41. Info : PROF: Data transferred in 21.59 ms @ 185.271 KB/s
  42. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  43. ** Programming Finished **
  44. ** Verify Started **
  45. Info : PROF: Data transferred in 19.961 ms @ 150.293 KB/s
  46. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  47. ** Verified OK **
  48. ** Flashing done for partition_table/partition-table.bin **
  49. Flashing /Users/malja/eclipse-workspace/main_unit_esp/build/bootloader/bootloader.bin at 0x1000
  50. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  51. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  52. Info : esp32.cpu0: Debug controller was reset.
  53. Info : esp32.cpu0: Core was reset.
  54. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  55. Info : esp32.cpu0: Core was reset.
  56. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  57. Info : esp32.cpu1: Debug controller was reset.
  58. Info : esp32.cpu1: Core was reset.
  59. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  60. ** Programming Started **
  61. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  62. Info : PROF: Data transferred in 87.372 ms @ 320.469 KB/s
  63. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  64. ** Programming Finished **
  65. ** Verify Started **
  66. Info : PROF: Data transferred in 89.764 ms @ 310.014 KB/s
  67. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  68. ** Verified OK **
  69. ** Flashing done for bootloader/bootloader.bin **
  70. Flashing /Users/malja/eclipse-workspace/main_unit_esp/build/main_unit.bin at 0x10000
  71. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  72. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  73. Info : esp32.cpu0: Debug controller was reset.
  74. Info : esp32.cpu0: Core was reset.
  75. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  76. Info : esp32.cpu0: Core was reset.
  77. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  78. Info : esp32.cpu1: Debug controller was reset.
  79. Info : esp32.cpu1: Core was reset.
  80. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  81. ** Programming Started **
  82. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  83. Info : PROF: Data transferred in 798.176 ms @ 260.594 KB/s
  84. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  85. ** Programming Finished **
  86. ** Verify Started **
  87. Info : PROF: Data transferred in 644.564 ms @ 316.978 KB/s
  88. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  89. ** Verified OK **
  90. ** Flashing done for main_unit.bin **
  91. Flashing /Users/malja/eclipse-workspace/main_unit_esp/build/ota_data_initial.bin at 0xd000
  92. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  93. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  94. Info : esp32.cpu0: Debug controller was reset.
  95. Info : esp32.cpu0: Core was reset.
  96. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  97. Info : esp32.cpu0: Core was reset.
  98. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  99. Info : esp32.cpu1: Debug controller was reset.
  100. Info : esp32.cpu1: Core was reset.
  101. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  102. ** Programming Started **
  103. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  104. Info : PROF: Data transferred in 30.54 ms @ 261.952 KB/s
  105. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  106. ** Programming Finished **
  107. ** Verify Started **
  108. Info : PROF: Data transferred in 33.293 ms @ 240.291 KB/s
  109. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  110. ** Verified OK **
  111. ** Flashing done for ota_data_initial.bin **
  112. ** Resetting Target **
  113. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  114. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  115. Info : esp32.cpu0: Debug controller was reset.
  116. Info : esp32.cpu0: Core was reset.
  117. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  118. Info : esp32.cpu0: Core was reset.
  119. Info : esp32.cpu1: Debug controller was reset.
  120. Info : esp32.cpu1: Core was reset.
  121. 0
  122. Started by GNU MCU Eclipse
  123. Info : Listening on port 6666 for tcl connections
  124. Info : Listening on port 4444 for telnet connections
  125. Info : accepting 'gdb' connection on tcp/3333
  126. Warn : No symbols for FreeRTOS!
  127. Info : esp32.cpu0: Target halted, PC=0x400093D5, debug_reason=00000000
  128. Info : esp32.cpu1: Target halted, PC=0x400076DD, debug_reason=00000000
  129. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  130. Info : Flash mapping 0: 0x10020 -> 0x3f400020, 38 KB
  131. Info : Flash mapping 1: 0x20020 -> 0x400d0020, 102 KB
  132. Info : Using flash bank 'esp32.cpu0.irom' size 104 KB
  133. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  134. Info : Flash mapping 0: 0x10020 -> 0x3f400020, 38 KB
  135. Info : Flash mapping 1: 0x20020 -> 0x400d0020, 102 KB
  136. Info : Using flash bank 'esp32.cpu0.drom' size 40 KB
  137. Info : New GDB Connection: 1, Target esp32.cpu0, state: halted
  138. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  139. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  140. Info : esp32.cpu0: Debug controller was reset.
  141. Info : esp32.cpu0: Core was reset.
  142. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  143. Info : esp32.cpu0: Core was reset.
  144. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  145. Info : esp32.cpu1: Debug controller was reset.
  146. Info : esp32.cpu1: Core was reset.
  147. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  148. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  149. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  150. Info : esp32.cpu0: Debug controller was reset.
  151. Info : esp32.cpu0: Core was reset.
  152. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  153. Info : esp32.cpu0: Core was reset.
  154. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  155. Info : esp32.cpu1: Debug controller was reset.
  156. Info : esp32.cpu1: Core was reset.
  157. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  158. invalid command name "arm"
  159. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  160. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  161. Info : esp32.cpu0: Debug controller was reset.
  162. Info : esp32.cpu0: Core was reset.
  163. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  164. Info : esp32.cpu0: Core was reset.
  165. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  166. Info : esp32.cpu1: Debug controller was reset.
  167. Info : esp32.cpu1: Core was reset.
  168. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  169. ===== Xtensa registers
  170. (0) pc (/32): 0x40000400
  171. (1) ar0 (/32): 0x00000000
  172. (2) ar1 (/32): 0x00000000
  173. (3) ar2 (/32): 0x00000000
  174. (4) ar3 (/32): 0x00000000
  175. (5) ar4 (/32): 0x00000000
  176. (6) ar5 (/32): 0x00000000
  177. (7) ar6 (/32): 0x00000000
  178. (8) ar7 (/32): 0x00000000
  179. (9) ar8 (/32): 0x00000000
  180. (10) ar9 (/32): 0x00000000
  181. (11) ar10 (/32): 0x00000000
  182. (12) ar11 (/32): 0x00000000
  183. (13) ar12 (/32): 0x00000000
  184. (14) ar13 (/32): 0x00000000
  185. (15) ar14 (/32): 0x00000000
  186. (16) ar15 (/32): 0x00000000
  187. (17) ar16 (/32): 0x00000000
  188. (18) ar17 (/32): 0x00000000
  189. (19) ar18 (/32): 0x00000000
  190. (20) ar19 (/32): 0x00000000
  191. (21) ar20 (/32): 0x00000000
  192. (22) ar21 (/32): 0x00000000
  193. (23) ar22 (/32): 0x00000000
  194. (24) ar23 (/32): 0x00000000
  195. (25) ar24 (/32): 0x00000000
  196. (26) ar25 (/32): 0x00000000
  197. (27) ar26 (/32): 0x00000000
  198. (28) ar27 (/32): 0x00000000
  199. (29) ar28 (/32): 0x00000000
  200. (30) ar29 (/32): 0x00000000
  201. (31) ar30 (/32): 0x00000000
  202. (32) ar31 (/32): 0x00000000
  203. (33) ar32 (/32): 0x00000000
  204. (34) ar33 (/32): 0x00000000
  205. (35) ar34 (/32): 0x00000000
  206. (36) ar35 (/32): 0x00000000
  207. (37) ar36 (/32): 0x00000000
  208. (38) ar37 (/32): 0x00000000
  209. (39) ar38 (/32): 0x00000000
  210. (40) ar39 (/32): 0x00000000
  211. (41) ar40 (/32): 0x00000000
  212. (42) ar41 (/32): 0x00000000
  213. (43) ar42 (/32): 0x00000000
  214. (44) ar43 (/32): 0x00000000
  215. (45) ar44 (/32): 0x00000000
  216. (46) ar45 (/32): 0x00000000
  217. (47) ar46 (/32): 0x00000000
  218. (48) ar47 (/32): 0x00000000
  219. (49) ar48 (/32): 0x00000000
  220. (50) ar49 (/32): 0x00000000
  221. (51) ar50 (/32): 0x00000000
  222. (52) ar51 (/32): 0x00000000
  223. (53) ar52 (/32): 0x00000000
  224. (54) ar53 (/32): 0x00000000
  225. (55) ar54 (/32): 0x00000000
  226. (56) ar55 (/32): 0x00000000
  227. (57) ar56 (/32): 0x00000000
  228. (58) ar57 (/32): 0x00000000
  229. (59) ar58 (/32): 0x00000000
  230. (60) ar59 (/32): 0x00000000
  231. (61) ar60 (/32): 0x00000000
  232. (62) ar61 (/32): 0x00000000
  233. (63) ar62 (/32): 0x00000000
  234. (64) ar63 (/32): 0x00000000
  235. (65) lbeg (/32): 0x00000000
  236. (66) lend (/32): 0x00000000
  237. (67) lcount (/32): 0x00000000
  238. (68) sar (/32): 0x00000000
  239. (69) windowbase (/32): 0x00000000
  240. (70) windowstart (/32): 0x00000001
  241. (71) configid0 (/32): 0x40000400
  242. (72) configid1 (/32): 0x1CC5FE96
  243. (73) ps (/32): 0x0000001F
  244. (74) threadptr (/32): 0x00000000
  245. (75) br (/32): 0x00000000
  246. (76) scompare1 (/32): 0x00000000
  247. (77) acclo (/32): 0x00000000
  248. (78) acchi (/32): 0x00000000
  249. (79) m0 (/32): 0x00000000
  250. (80) m1 (/32): 0x00000000
  251. (81) m2 (/32): 0x00000000
  252. (82) m3 (/32): 0x00000000
  253. (83) f0 (/32): 0x00000000
  254. (84) f1 (/32): 0x00000000
  255. (85) f2 (/32): 0x00000000
  256. (86) f3 (/32): 0x00000000
  257. (87) f4 (/32): 0x00000000
  258. (88) f5 (/32): 0x00000000
  259. (89) f6 (/32): 0x00000000
  260. (90) f7 (/32): 0x00000000
  261. (91) f8 (/32): 0x00000000
  262. (92) f9 (/32): 0x00000000
  263. (93) f10 (/32): 0x00000000
  264. (94) f11 (/32): 0x00000000
  265. (95) f12 (/32): 0x00000000
  266. (96) f13 (/32): 0x00000000
  267. (97) f14 (/32): 0x00000000
  268. (98) f15 (/32): 0x00000000
  269. (99) fcr (/32): 0x00000000
  270. (100) fsr (/32): 0x00000000
  271. (101) mmid (/32)
  272. (102) ibreakenable (/32): 0x00000000
  273. (103) memctl (/32): 0x00000000
  274. (104) atomctl (/32): 0x00000028
  275. (105) ibreaka0 (/32): 0x00000000
  276. (106) ibreaka1 (/32): 0x00000000
  277. (107) dbreaka0 (/32): 0x00000000
  278. (108) dbreaka1 (/32): 0x00000000
  279. (109) dbreakc0 (/32): 0x00000000
  280. (110) dbreakc1 (/32): 0x00000000
  281. (111) epc1 (/32): 0x00000000
  282. (112) epc2 (/32): 0x00000000
  283. (113) epc3 (/32): 0x00000000
  284. (114) epc4 (/32): 0x00000000
  285. (115) epc5 (/32): 0x00000000
  286. (116) epc6 (/32): 0x40000400
  287. (117) epc7 (/32): 0x00000000
  288. (118) depc (/32): 0x00000000
  289. (119) eps2 (/32): 0x00000000
  290. (120) eps3 (/32): 0x00000000
  291. (121) eps4 (/32): 0x00000000
  292. (122) eps5 (/32): 0x00000000
  293. (123) eps6 (/32): 0x0000001F
  294. (124) eps7 (/32): 0x00000000
  295. (125) excsave1 (/32): 0x00000000
  296. (126) excsave2 (/32): 0x00000000
  297. (127) excsave3 (/32): 0x00000000
  298. (128) excsave4 (/32): 0x00000000
  299. (129) excsave5 (/32): 0x00000000
  300. (130) excsave6 (/32): 0x00000000
  301. (131) excsave7 (/32): 0x00000000
  302. (132) cpenable (/32): 0x000000FF
  303. (133) interrupt (/32): 0x00018040
  304. (134) intset (/32)
  305. (135) intclear (/32)
  306. (136) intenable (/32): 0x00000000
  307. (137) vecbase (/32): 0x40000000
  308. (138) exccause (/32): 0x00000000
  309. (139) debugcause (/32): 0x00000020
  310. (140) ccount (/32): 0x00000004
  311. (141) prid (/32): 0x0000CDCD
  312. (142) icount (/32): 0x00000000
  313. (143) icountlevel (/32): 0x00000000
  314. (144) excvaddr (/32): 0x00000000
  315. (145) ccompare0 (/32): 0x00000000
  316. (146) ccompare1 (/32): 0x00000000
  317. (147) ccompare2 (/32): 0x00000000
  318. (148) misc0 (/32): 0x00000000
  319. (149) misc1 (/32): 0x00000000
  320. (150) misc2 (/32): 0x00000000
  321. (151) misc3 (/32): 0x00000000
  322. (163) a0 (/32): 0x00000000
  323. (164) a1 (/32): 0x00000000
  324. (165) a2 (/32): 0x00000000
  325. (166) a3 (/32): 0x00000000 (dirty)
  326. (167) a4 (/32): 0x00000000
  327. (168) a5 (/32): 0x00000000
  328. (169) a6 (/32): 0x00000000
  329. (170) a7 (/32): 0x00000000
  330. (171) a8 (/32): 0x00000000
  331. (172) a9 (/32): 0x00000000
  332. (173) a10 (/32): 0x00000000
  333. (174) a11 (/32): 0x00000000
  334. (175) a12 (/32): 0x00000000
  335. (176) a13 (/32): 0x00000000
  336. (177) a14 (/32): 0x00000000
  337. (178) a15 (/32): 0x00000000
  338. (179) pwrctl (/32)
  339. (180) pwrstat (/32)
  340. (181) eristat (/32)
  341. (182) cs_itctrl (/32)
  342. (183) cs_claimset (/32)
  343. (184) cs_claimclr (/32)
  344. (185) cs_lockaccess (/32)
  345. (186) cs_lockstatus (/32)
  346. (187) cs_authstatus (/32)
  347. (188) fault_info (/32)
  348. (189) trax_id (/32)
  349. (190) trax_ctrl (/32)
  350. (191) trax_stat (/32)
  351. (192) trax_data (/32)
  352. (193) trax_addr (/32)
  353. (194) trax_pctrigger (/32)
  354. (195) trax_pcmatch (/32)
  355. (196) trax_delay (/32)
  356. (197) trax_memstart (/32)
  357. (198) trax_memend (/32)
  358. (199) pmg (/32)
  359. (200) pmoc (/32)
  360. (201) pm0 (/32)
  361. (202) pm1 (/32)
  362. (203) pmctrl0 (/32)
  363. (204) pmctrl1 (/32)
  364. (205) pmstat0 (/32)
  365. (206) pmstat1 (/32)
  366. (207) ocd_id (/32)
  367. (208) ocd_dcrclr (/32)
  368. (209) ocd_dcrset (/32)
  369. (210) ocd_dsr (/32)
  370. (211) ddr (/32)
  371. (212) expstate (/32): 0x00000000
  372. (213) f64r_lo (/32): 0x00000000
  373. (214) f64r_hi (/32): 0x00000000
  374. (215) f64s (/32): 0x00000000

Who is online

Users browsing this forum: Baidu [Spider] and 154 guests