]> sigrok.org Git - sigrok-dumps.git/blame - usb/olimex_stm32-h103_usb_hid/README
Add various Wii Nunchuk (I2C) dumps.
[sigrok-dumps.git] / usb / olimex_stm32-h103_usb_hid / README
CommitLineData
ed59014b
UH
1-------------------------------------------------------------------------------
2USB HID
3-------------------------------------------------------------------------------
4
5This is a set of example captures of USB/HID communication on an Olimex
6STM32-H103 eval board with an ST STM32 (ARM Cortex-M3) microcontroller.
7
8The firmware on the board is a simple libopencm3 example named 'usb_hid'
9which lets the mouse curser move a small amount to the left and then back
10to the right in an infinite loop.
11
12Details:
13http://olimex.com/dev/stm32-h103.html
14http://libopencm3.org
15http://libopencm3.git.sourceforge.net/git/gitweb.cgi?p=libopencm3/libopencm3;a=tree;f=examples/stm32/f1/stm32-h103/usb_hid
16
17
18Logic analyzer setup
19--------------------
20
47cd3c8f 21The logic analyzer used was a ChronoVu LA8 (at 100MHz):
ed59014b
UH
22
23 Probe STM32-H103
24 ----------------------
25 6 (blue) DM
26 7 (yellow) DP
27
28
29olimex_stm32-h103_usb_hid.sr
30----------------------------
31
32The sigrok command line used was:
33
34 sigrok-cli -d 0:samplerate=100mhz --samples 8388608 \
35 -p '7=DM,8=DP' -o <filename>
36