This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/CC2538: CC2538 serial interfacing with host processor using SPI

Part Number: CC2538
Other Parts Discussed in Thread: Z-STACK

Tool/software: Linux

Hi,
    I am working on  Z-stack linux gateway application and CC2538 with Z-stack Home automation profile. I had seen that the stack supports both UART and SPI interface. I wanted to use SPI interface for connecting CC2538 with the host processor. According to my understanding, I need to compile ZNP image with HAL_SPI=true and in the gateway application side I need to give the SPI dev path in NPI_Gateway.cfg. Can I use the generic SPI drivers with device entry as /dev/spidev or any other specific zigbee drivers are needed? I would also like to know if any other changes are required on Z-stack linux gateway application or Z-stack Home automation profile side for using the SPI interface.

Thanks in advance