Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:due [2022/11/23 10:50] – [Programming] darron | boards:due [2022/12/15 22:20] (current) – [Programming] darron | ||
---|---|---|---|
Line 28: | Line 28: | ||
<wrap right> | <wrap right> | ||
{{: | {{: | ||
+ | \\ \\ | ||
+ | {{: | ||
</ | </ | ||
- | JTAG utilises the miniature header and can be used with the JLink EDU Mini. | + | JTAG utilises the miniature header and can be used with the [[tools: |
- | [[tools: | + | With an adapter the [[interfaces: |
- | + | ||
- | With an adapter the Olimex UCD USB H can also be utilised | + | |
< | < | ||
Line 56: | Line 56: | ||
Info : starting gdb server for sam3.cpu on 3333 | Info : starting gdb server for sam3.cpu on 3333 | ||
Info : Listening on port 3333 for gdb connections | Info : Listening on port 3333 for gdb connections | ||
- | ^Cshutdown command invoked | + | </ |
+ | |||
+ | < | ||
+ | gdb-multiarch | ||
+ | (gdb) set architecture armv7 | ||
+ | (gdb) target extended-remote localhost: | ||
+ | (gdb) info registers | ||
+ | r0 | ||
+ | r1 | ||
+ | r2 | ||
+ | r3 | ||
+ | r4 | ||
+ | r5 | ||
+ | r6 | ||
+ | r7 | ||
+ | r8 | ||
+ | r9 | ||
+ | r10 0x2358288a | ||
+ | r11 0x314f2ac3 | ||
+ | r12 0xa8 168 | ||
+ | sp | ||
+ | lr | ||
+ | pc | ||
+ | xPSR | ||
+ | msp 0x20087fd8 | ||
+ | psp 0x4921e0e0 | ||
+ | primask | ||
+ | basepri | ||
+ | faultmask | ||
+ | control | ||
</ | </ | ||
===Resources== | ===Resources== |