diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-04-28 23:48:58 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-04-28 23:48:58 +0200 |
commit | 8213d2e831af0b1bcb58054c8241ea9e4da6a266 (patch) | |
tree | 44578a2ab0c79b0dbc7c8c3702798280dc5901ee | |
parent | 47cd3c8ff64cd43ddf47f5da497b88e30616b162 (diff) | |
download | sigrok-dumps-8213d2e831af0b1bcb58054c8241ea9e4da6a266.tar.gz sigrok-dumps-8213d2e831af0b1bcb58054c8241ea9e4da6a266.zip |
JTAG: Add olimex_stm32-h103_idle.sr dump.
-rw-r--r-- | jtag/olimex_stm32-h103/README | 18 | ||||
-rw-r--r-- | jtag/olimex_stm32-h103/olimex_stm32-h103_idle.sr | bin | 0 -> 15066 bytes |
2 files changed, 17 insertions, 1 deletions
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 <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 Binary files differnew file mode 100644 index 0000000..59677d2 --- /dev/null +++ b/jtag/olimex_stm32-h103/olimex_stm32-h103_idle.sr |