summaryrefslogtreecommitdiff
path: root/arm_trace
diff options
context:
space:
mode:
Diffstat (limited to 'arm_trace')
-rw-r--r--arm_trace/lpc1769/README20
-rw-r--r--[-rwxr-xr-x]arm_trace/lpc1769/smoothieware.elfbin7299142 -> 7299142 bytes
2 files changed, 16 insertions, 4 deletions
diff --git a/arm_trace/lpc1769/README b/arm_trace/lpc1769/README
index f48b620..02188fe 100644
--- a/arm_trace/lpc1769/README
+++ b/arm_trace/lpc1769/README
@@ -17,11 +17,23 @@ Configuration for decoding:
- TPIU stream 2
- ARM_ETMv3, elffile=smoothieware.elf
-The ETM capture has been configured without direct branch reporting, so the .elf
-file is needed for proper decoding.
+The ETM capture has been configured without direct branch reporting,
+so the .elf file is needed for proper decoding.
-Note that the source code is not visible in the gui (and not in objdump output
+Note that the source code is not visible in the GUI (and not in objdump output
either), because it is not included in this repo. You can download it from the
above github link. Due to how gcc stores debug info, you have to put it in this
-path if you want it to show: /home/petteri/projects/Smoothieware
+path if you want it to show: /home/petteri/projects/Smoothieware.
+
+
+Logic analyzer setup
+--------------------
+
+The logic analyzer used was an FX2 based device (at 12MHz, but see above):
+
+ Probe LPC1769
+ -------------------
+ 0 SWO
+ 3 ?
+ 5 ?
diff --git a/arm_trace/lpc1769/smoothieware.elf b/arm_trace/lpc1769/smoothieware.elf
index af77128..af77128 100755..100644
--- a/arm_trace/lpc1769/smoothieware.elf
+++ b/arm_trace/lpc1769/smoothieware.elf
Binary files differ