Difference between revisions of "Dev/Debugging"
Jump to navigation
Jump to search
(delete this page) |
|||
(12 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
= | == GDB via JTAG == | ||
GDB can be used for debugging the code on the boards. | GDB and JTAG can be used for debugging the code directly on the boards. Here are a couple of words on [[JTAG]] itself and the [[DevGuide/JTAG-Debug|debugging process]]. | ||
= | == Test programs == | ||
:-) | |||
[[Category:Software]] [[Category:Developer_Documentation]] | [[Category:Software]] [[Category:Developer_Documentation]] [[Category:DeleteMe]] |
Latest revision as of 09:34, 21 April 2014
GDB via JTAG
GDB and JTAG can be used for debugging the code directly on the boards. Here are a couple of words on JTAG itself and the debugging process.
Test programs
:-)