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.

CCS/CC3220SF-LAUNCHXL: ADC: adcsinglechannel_CC3220SF_LAUNCHXL_tirtos_ccs

Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: CC3220SF, CC3200

Tool/software: Code Composer Studio

Hi,

I tried to realize ADC function according to cc3200 ADC Appnote ( 

http://processors.wiki.ti.com/index.php/CC3200_ADC_Appnote

) .  A CC3220SF Launchpad is used along with three same resistors as shown in the picture below. The ADC port is Pin 59.

 I debuged the project 'adcsinglechannel_CC3220SF_LAUNCHXL_tirtos_ccs', an example in 'simplelink_cc32xx_sdk_2_40_01_01'. But I don't know how to see the results in CCS. I think I should input some words in the window of 'Console'. So could you tell me how to see the voltage sampling results?

  • Xinrong,

    This SDK example does a single read on ADC CHANNEL 0 and 1 and immediately outputs the results over UART once.

    Before running the example on CCS, open the 'Terminal' by going to View -> Terminal.

    Once the Terminal window is opened, click on the blue monitor icon to "Open a Terminal". Then choose 'Serial Terminal' from the drop down.

    Configure the serial port and you're good to go.

    Hope this helps,
    Seong
  • Dear Seong,

    Thank you very much. I can see the results now.

    Best,

    Xinrong