Other Parts Discussed in Thread: CC2650
Hi,
I'm using the cc2650 Sensor Tag, Sensor Controller Studio 1.5.0.188 and TI-RTOS 2.21.00.06.
I'm trying to familiarize myself with the Sensor Controller environment.
I can get the ADC Data Logger example to work but only when I use one pin and access it with a constant, when I select accessed by look-up table I get an error.
What seems to be strange is that the code doesn’t change at all. I don’t think that is supposed to be expected behavior.
Shouldn’t it be accessed in a loop with something like:
adcSelectGpioInput(cfg.pAuxioASensorOutput[n]);
It would be great if someone could post the working example code to acquire the data of several ADC Pins and buffer the output in a 2D Array.