From fca1023c83ab7d90521dde6149fa8a62dccca37d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 18 Jun 2012 01:10:11 +0200 Subject: Move HID dumps to keyboard, mouse, keyboard_mouse_combo subdirs. --- usb/hid/mouse/olimex_stm32-h103_usb_hid/README | 36 +++++++++++++++++++++ .../olimex_stm32-h103_usb_hid.sr | Bin 0 -> 10797 bytes 2 files changed, 36 insertions(+) create mode 100644 usb/hid/mouse/olimex_stm32-h103_usb_hid/README create mode 100644 usb/hid/mouse/olimex_stm32-h103_usb_hid/olimex_stm32-h103_usb_hid.sr (limited to 'usb/hid/mouse/olimex_stm32-h103_usb_hid') diff --git a/usb/hid/mouse/olimex_stm32-h103_usb_hid/README b/usb/hid/mouse/olimex_stm32-h103_usb_hid/README new file mode 100644 index 0000000..a97ac1f --- /dev/null +++ b/usb/hid/mouse/olimex_stm32-h103_usb_hid/README @@ -0,0 +1,36 @@ +------------------------------------------------------------------------------- +USB HID (full-speed signalling) +------------------------------------------------------------------------------- + +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 + diff --git a/usb/hid/mouse/olimex_stm32-h103_usb_hid/olimex_stm32-h103_usb_hid.sr b/usb/hid/mouse/olimex_stm32-h103_usb_hid/olimex_stm32-h103_usb_hid.sr new file mode 100644 index 0000000..88c0b1c Binary files /dev/null and b/usb/hid/mouse/olimex_stm32-h103_usb_hid/olimex_stm32-h103_usb_hid.sr differ -- cgit v1.2.3-70-g09d2