Other Parts Discussed in Thread: CC2650
Hi,
In my project I use the Sensor Controller of the CC2650 to store data in a buffer from I2C @ 400kHz every 10 ms. The M3 is woken up every 1 second to collect the data from the buffer and then go to sleep again.
At the beginning of the SC task, I send the registers configuration of the device through I2C.
I wanted to know if I could use the same IOs to do the I2C communication and receive data through SPI @ 4MHz every 6 seconds.
Is there a way to sequence the two communications ?
Regards,
Guillaume