I have a CC1352P-2 LaunchPad, Simplelink_cc13x2_26x2_sdk version 3.20.0.68, Sensor Controller Studio 2.5.0.84.
I need to sample 3 ADC channels nearly simultaneously, by taking a sample on channel 1, then switch to channel 2, then channel 3 then go back to channel 1 and so on. So I started with the ADC Data Streamer example, which samples a single channel over and over, and altered it to sample 3 channels instead.
However when I run it, it always gets stuck in the adcReadFifo() function. Can anyone help with this? It seems like I should be able to switch pins on each loop iteration, but it gets stuck.
Thanks,
Tim
PS Where is the best forum to post on Sensor Controller Studio? I posted in the Zigbee forum because I'm creating a Zigbee project.