This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Reading multiple analog values in Sensor Controller Studio

Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2650, BLE-STACK

Tool/software: Code Composer Studio

I want to read two external analog sensors as pressure and light sensor with cc2650 launchpad. I am using sensor control studio to generate drivers for my application. I have defined one task in which two analog pins (23, 29) and two separate data structure. But When I tried to read and plot separate value on both pins then both data structure reading and plotting only one sensor value. As I am a beginner I really don't know how to read simultaneously multiple analog values.

Thank you