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.

CC2640: Read values from 6 analog input pins in Sensor Controller Studio

Part Number: CC2640

Hello,

We are using a CC2640 (F128 RGZ) connected using JTAG with the XDS110 debugger on the MSP432 LaunchPad.

We are trying to use Sensor Controller Studio (or CCS, but we are going for SCS since it seems simpler) to write a simple program that reads and displays (in any way) the values from 6 analog inputs/sensors, from pins 36-41 (DIO_23-DIO_28). We have been searching for how to do this, such as for a guide or example, but have not been able to find anything. Since the CC2640 is used for Bluetooth, it is easy to find many complicated examples that use the Bluetooth features in some way, but we only want to read from the analog input pins. It is our own board, not a LaunchPad or BoosterPack. Would anyone be able to show us what the code should look like? We would greatly appreciate any help!