Part Number:CC2640R2F
Hello,
My design includes 3 different sensors that connected to CC2642 via I2C. Sensors are managed by different tasks and can be accessed asynchronously.
All sensors have configuration procedures and after that should provide data. Two of them set "Data ready" interrupt when new portion of data is ready.
I understand that the recommended method of data reading is Sensors Controller.
What is the better way to do it:
(1) use Sensors Controller for all I2C operations or
(2) configure sensor by regular I2C driver and activate sensors controller after that for data reading?
If (2), what should be done to switch I2C from regular driver to Sensors Controller? Is it possible to mix regular I2C driver and Sensors Controller I2C operations?
Thanks,
Yakov