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

index 0bd942fa32eb29e5760bbd4da8a2940fdf461cc0..bb448e3f0d1033152d7a5692f6ea1e9e3f71ce04 100644 (file)
@@ -171,3 +171,21 @@ The sigrok command line used was:
 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.
 
+
+olimex_stm32-h103_irscan_drscan.sr
+----------------------------------
+
+The following OpenOCD command was used:
+
+  openocd -f interface/flossjtag-noeeprom.cfg -f board/olimex_stm32_h107.cfg \
+          -c "init" -c "halt" -c "poll off" -c "sleep 4000" \
+          -c "irscan stm32f1x.cpu 0xe" -c "drscan stm32f1x.cpu 32 0"
+
+This gets the 32bit contents of the IDCODE register (0b1110), which is
+0x3ba00477, the ID for ARM Cortex-M3 r1p1-01rel0.
+
+The sigrok command line used was:
+
+  sigrok-cli -d 0:samplerate=4mhz --time 5s \
+             -p '1=TRST,2=TDI,3=TMS,4=TCK,5=TDO,6=RST' -o <filename>
+
diff --git a/jtag/olimex_stm32-h103/olimex_stm32-h103_irscan_drscan.sr b/jtag/olimex_stm32-h103/olimex_stm32-h103_irscan_drscan.sr
new file mode 100644 (file)
index 0000000..2339bc8
Binary files /dev/null and b/jtag/olimex_stm32-h103/olimex_stm32-h103_irscan_drscan.sr differ