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