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.
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!
Hi,
Make sure to leverage our SimpleLink Academy: https://dev.ti.com/tirex/explore/node?a=krol.2c__3.30.00.20&a=krol.2c__4.10.00.10&node=ACM1I4m9AXxcH-booxaNDg__krol.2c__LATEST
Make also sure to review the examples provided within Sensor Controller Studio (I guess the ADC Data Logger example could help). To finish, have a look to the help menu in Sensor Controller Studio.
I hope this will help,
Regards,
Thank you! That helped a lot. We ran into a new problem and made a new post about it.