diff options
author | Paul "LeoNerd" Evans <leonerd@leonerd.org.uk> | 2015-11-04 16:13:31 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2015-11-12 19:50:39 +0100 |
commit | e5ba2b42b75a0d2874afdc7ad0877cef90860bb8 (patch) | |
tree | 84580edbb149a899bb2bdba8512ef79e9cfe50a0 /spi/max7219/README | |
parent | 4ff70f2b1c39c38f177db62048326a1e40ac4933 (diff) | |
download | sigrok-dumps-e5ba2b42b75a0d2874afdc7ad0877cef90860bb8.tar.gz sigrok-dumps-e5ba2b42b75a0d2874afdc7ad0877cef90860bb8.zip |
A dumpfile talking SPI to a MAX7219 chip
Diffstat (limited to 'spi/max7219/README')
-rw-r--r-- | spi/max7219/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/spi/max7219/README b/spi/max7219/README new file mode 100644 index 0000000..001b00b --- /dev/null +++ b/spi/max7219/README @@ -0,0 +1,31 @@ +------------------------------------------------------------------------------- +Maxim MAX7219 +------------------------------------------------------------------------------- + +This is a set of example captures of a Maxim MAX7219 LED display driver. + +Details: +https://www.maximintegrated.com/en/products/MAX7219 + + +Logic analyzer setup +-------------------- + +The logic analyzer used was a Saleae Logic clone (at 2MHz): + + Probe MAX7219 + ------------------- + 0 MISO (not used by this chip) + 1 CS# + 2 MOSI + 3 CLK + + +Data +---- + +The capture was generated using PulseView. + +The chip was driven by an FTDI FT232H connected to USB, using a custom Perl +program to drive the signals, including the intentional error cases. + |