Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
Remove the FSF postal address as it might change (it did in the past).
Reference the gnu.org website instead which is more stable.
|
|
Add dumps for the Atmel Program and Debug Interface (PDI). Identify an
ATxmega128A1 device, write to and read from flash memory.
|