diff options
author | Gareth McMullin <gareth@blacksphere.co.nz> | 2011-11-30 19:58:06 +1300 |
---|---|---|
committer | Gareth McMullin <gareth@blacksphere.co.nz> | 2011-11-30 19:58:06 +1300 |
commit | 2e895291ef9a73d487b2427a365db39368e3422f (patch) | |
tree | 3cb40535274b31402cb1743ff699b561b0af6824 | |
parent | 49d0ad90ecb5e1df1b82a5fa9078bb1b3b7ae8d7 (diff) | |
download | sigrok-dumps-2e895291ef9a73d487b2427a365db39368e3422f.tar.gz sigrok-dumps-2e895291ef9a73d487b2427a365db39368e3422f.zip |
Added USB and SPI dump form Lisa/M usbhid.
-rw-r--r-- | usb/lisa_m_usbhid/README | 32 | ||||
-rw-r--r-- | usb/lisa_m_usbhid/lisa_m_usb_spi.sr | bin | 0 -> 3576 bytes |
2 files changed, 32 insertions, 0 deletions
diff --git a/usb/lisa_m_usbhid/README b/usb/lisa_m_usbhid/README new file mode 100644 index 0000000..c8db2cb --- /dev/null +++ b/usb/lisa_m_usbhid/README @@ -0,0 +1,32 @@ +------------------------------------------------------------------------------- +Lisa/M USB HID example (USB Full-Speed and SPI) +------------------------------------------------------------------------------- + +This capture is taken from the libopencm3 example for a USB HID device on the +Paparazzi Lisa/M board. In this applicaton an SPI accellerometer is read and +the values are transmitted on a USB IN endpoint as mouse movement. + +Logic Analyser setup +-------------------- + +The capture was taken using the Openbench Logic Sniffer at a sample rate +of 50MHz. + + Probe Signal + ------------------- + 0 USB_DM + 1 USB_DP + 2 SPI_NCS + 3 SPI_SCK + 4 SPI_MOSI + 5 SPI_MISO + +The command line used was: + +sigrok-cli -d 0:samplerate=50mhz:rle=on \ + -p 1=USB_DM,2=USB_DP,3=SPI_NCS,4=SPI_SCK,5=SPI_MOSI,6=SPI_MISO \ + --time=50ms -o lisa_m_usb_spi.sr + +The OLS can't actually capture 50ms, so it just captures as much as it can +buffer. No triggering was used. + diff --git a/usb/lisa_m_usbhid/lisa_m_usb_spi.sr b/usb/lisa_m_usbhid/lisa_m_usb_spi.sr Binary files differnew file mode 100644 index 0000000..33610fe --- /dev/null +++ b/usb/lisa_m_usbhid/lisa_m_usb_spi.sr |