Hello,
i create a application and need a communication with other uC. The CC2650 is working as spi slave. And the communication working so far.
Because of energy reasons i want that the CC2650 is so much as possible in Sleep Mode. For the communication as slave i always need the "spi_transfer" function. So the callback of the Slave is always the next transfer.
Is it possible to wake up the CC2650 with the CS-Negative edge(chip select) and start the communication?
I try to set the CS as Wakeup and get the interrupt, but then the SPI-Comm dont work anymore. Is there any tutorial how to do that?
Thank you very much!