1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/soft_spi
2024-03-26 14:53:35 +01:00
..
main.c
Makefile
Makefile.ci
README.md

Expected result

The test code transmits one byte with each SPI mode and a string over the software SPI MOSI line. This can be verified with a Logic Analyzer connected to the corresponding pins. When you see 0xa5 in all four SPI modes and the string "Soft SPI Test String" in SPI mode 0 being transmitted via the CLK and MOSI pin, the test is successful.

Notes

  • Because the module does not cover MISO inputs, neither does the test.
  • The definition of SOFT SPI devices is done via the CFLAGS in the Makefile