Other Parts Discussed in Thread: Z-STACK, , TIDC-ZNP-HOST-SW3, CC2538, Z-STACK-ARCHIVE
Tool/software: Linux
Hi Yikai,
I am facing issues in commuincating with SPI interface of CC2530 with Raspberry pi through SPI interface. In the process of debugging the issue, I have found that "gw_soc_fw_version_query.bin" present in Z-Stack Linux Gateway Server code contains suport for UART interface only and not for SPI ?
These are the file which are used for compilation of " gw_soc_fw_version_query.bin" : main.c zbSocCmd.c zbSocTransportUart.c in which this file zbSocTransportUart.c contains support for UART interface as I have checked few functions like : zbSocTransportOpen() and zbSocTransportUpdateBaudrate() which contains support for UART only.
Is my understanding correct above?
Thanks and Regards,
Mohit