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.

CC2650 Spi Salve read

Other Parts Discussed in Thread: CC2650

Hi.,

I modify the simpleBLEPeripheral project to act as a SPI slave to receive sensor data from an external MCU(EFM32WG).  After SimpleBLEPeripheral_init() is complete, we initiate the first

SPI read transfer with bspSPIRead().  We have our master setup to continuously to send out bytes.   I’m not seeing any data being received on the CC2650.

I am using CCS