From: Uwe Hermann Date: Sat, 28 Apr 2012 21:48:58 +0000 (+0200) Subject: JTAG: Add olimex_stm32-h103_idle.sr dump. X-Git-Tag: sigrok-dumps-0.1.0~11 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-dumps.git;a=commitdiff_plain;h=8213d2e831af0b1bcb58054c8241ea9e4da6a266 JTAG: Add olimex_stm32-h103_idle.sr dump. --- diff --git a/jtag/olimex_stm32-h103/README b/jtag/olimex_stm32-h103/README index e9c2d0f..0bd942f 100644 --- a/jtag/olimex_stm32-h103/README +++ b/jtag/olimex_stm32-h103/README @@ -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 + +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 index 0000000..59677d2 Binary files /dev/null and b/jtag/olimex_stm32-h103/olimex_stm32-h103_idle.sr differ