Other Parts Discussed in Thread: CC1310
Hello,
I want to test the SPI with Contiki on the SRF06-CC1310.
I found that in Contiki sensortag has implemented board-spi.h and board-spi.c, It seems to me to be reusable for cc1310.
It is possible to use the same implementation for cc1310? Or I'll have to map the macros from (core/dev/spi.h) into calls for Texas Instruments (cpu/cc26xx-cc13xx/ti-lib.h) library?
Contiki SensorTag SPI implementation:
Thanks