Hi,
I have a sensor controller task that uses SPI to sample sensor data periodically. However, my application is also sharing the SPI bus for another IC. To avoid clashing the SPI bus, I will need to disable/stop/pause the sensor controller task from using the SPI while my application uses the SPI bus occasionally. What is the proper way to pause and resume a sensor controller task from utilizing the SPI bus? I have tried the following without much luck; scifAdxlOnScStopRtcTicks(), sciUninit() and scifStopTasksNbl().
Thank You