]> sigrok.org Git - sigrok-dumps.git/commitdiff
JTAG: Add olimex_stm32-h103_idle.sr dump.
authorUwe Hermann <redacted>
Sat, 28 Apr 2012 21:48:58 +0000 (23:48 +0200)
committerUwe Hermann <redacted>
Sat, 28 Apr 2012 21:48:58 +0000 (23:48 +0200)
jtag/olimex_stm32-h103/README
jtag/olimex_stm32-h103/olimex_stm32-h103_idle.sr [new file with mode: 0644]

index e9c2d0ff254e69e8aac3774635b1c8520b4f35aa..0bd942fa32eb29e5760bbd4da8a2940fdf461cc0 100644 (file)
@@ -27,7 +27,7 @@ The logic analyzer used was a Saleae Logic (at 4MHz):
 
   Probe       STM32-H103 JTAG connector
   -------------------------------------
-  1 (black)   TRST
+  1 (black)   TRST#
   2 (brown)   TDI
   3 (red)     TMS
   4 (orange)  TCK
@@ -155,3 +155,19 @@ following commands were entered via the OpenOCD telnet interface:
      0x20000000: 02255100 044aa200 3b02f830 3b02f821 f01368e3 d0fb0f01 0f14f013 3a01d101 
      0x20000020: be00d1f0 40022000 20000800 080001a5 080001ef 080001ed 080001ed 080001ed 
 
+olimex_stm32-h103_idle.sr
+-------------------------
+
+The following OpenOCD command was used:
+
+  openocd -f interface/flossjtag-noeeprom.cfg -f board/olimex_stm32_h107.cfg \
+          -c "init" -c "reset halt"
+
+The sigrok command line used was:
+
+  sigrok-cli -d 0:samplerate=4mhz --time 3s \
+             -p '1=TRST,2=TDI,3=TMS,4=TCK,5=TDO,6=RST' -o <filename>
+
+sigrok-cli was only started a few seconds after the OpenOCD init/connection
+to capture what happens when the user doesn't actively use OpenOCD commands.
+
diff --git a/jtag/olimex_stm32-h103/olimex_stm32-h103_idle.sr b/jtag/olimex_stm32-h103/olimex_stm32-h103_idle.sr
new file mode 100644 (file)
index 0000000..59677d2
Binary files /dev/null and b/jtag/olimex_stm32-h103/olimex_stm32-h103_idle.sr differ