summaryrefslogtreecommitdiff
path: root/usb/olimex_stm32-h103_usb_hid/README
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-05-14 22:38:17 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2012-05-14 22:38:17 +0200
commit8a09d657d42993d30d6fb8ecfcee2341dab794a7 (patch)
treee0fa3df0aa4f2312acf1f8c3cb726f9400fc87b2 /usb/olimex_stm32-h103_usb_hid/README
parent4c10034e25636ec298aa725bee9c80e869eeb6f6 (diff)
downloadsigrok-dumps-8a09d657d42993d30d6fb8ecfcee2341dab794a7.tar.gz
sigrok-dumps-8a09d657d42993d30d6fb8ecfcee2341dab794a7.zip
Move USB HID dumps to usb/hid/ subdir.
Diffstat (limited to 'usb/olimex_stm32-h103_usb_hid/README')
-rw-r--r--usb/olimex_stm32-h103_usb_hid/README36
1 files changed, 0 insertions, 36 deletions
diff --git a/usb/olimex_stm32-h103_usb_hid/README b/usb/olimex_stm32-h103_usb_hid/README
deleted file mode 100644
index b4959cd..0000000
--- a/usb/olimex_stm32-h103_usb_hid/README
+++ /dev/null
@@ -1,36 +0,0 @@
--------------------------------------------------------------------------------
-USB HID
--------------------------------------------------------------------------------
-
-This is a set of example captures of USB/HID communication on an Olimex
-STM32-H103 eval board with an ST STM32 (ARM Cortex-M3) microcontroller.
-
-The firmware on the board is a simple libopencm3 example named 'usb_hid'
-which lets the mouse curser move a small amount to the left and then back
-to the right in an infinite loop.
-
-Details:
-http://olimex.com/dev/stm32-h103.html
-http://libopencm3.org
-http://libopencm3.git.sourceforge.net/git/gitweb.cgi?p=libopencm3/libopencm3;a=tree;f=examples/stm32/f1/stm32-h103/usb_hid
-
-
-Logic analyzer setup
---------------------
-
-The logic analyzer used was a ChronoVu LA8 (at 100MHz):
-
- Probe STM32-H103
- ----------------------
- 6 (blue) DM
- 7 (yellow) DP
-
-
-olimex_stm32-h103_usb_hid.sr
-----------------------------
-
-The sigrok command line used was:
-
- sigrok-cli -d 0:samplerate=100mhz --samples 8388608 \
- -p '7=DM,8=DP' -o <filename>
-