Age | Commit message (Collapse) | Author |
|
The I2S decoder recently got adjusted to cope with either the presence
or absence of a sample rate spec. Create an example dump which lacks the
sample rate specification.
|
|
The sender (incorrectly) transmits one or more excess bytes after RTS#
has been pulled high by the receiver. This is not a problem in all cases
(e.g. when the receiver UART hardware buffer is larger than one byte).
|
|
|
|
The capture contains the initialization sequence and initial display
text communication for a hardware setup in 4-bit mode.
|
|
|
|
|
|
This fixes (parts of) bug #1019.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A short example of IRQ triggered SPI operation of the ADE7758 energy
measurement chip, showing it's use of spi mode 0,1 without a chip select
pin.
Signed-off-by: Karl Palsson <karlp@etactica.com>
|
|
|
|
|
|
Shows "hold" mode readings, as well as reading the serial out, a very
"non-register" style access.
Test host side code for the interested is at
https://github.com/karlp/libopencm3-tests/tree/master/tests/i2c-master;43a891d5cdd896d1f03fa834115f9a3e481f8683
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a capture of the SPI interface and output of the MAX7301 4wire
SPI I/O expander.
|
|
|