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/LAUNCHXL-F28377S: Initialize system control

Part Number: LAUNCHXL-F28377S
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

TI CCS support,

I imported adc_soc_continuous_cpu01.c from C2000Ware examples. Concerning Initialize system control and initialize PIE control, Is it correct understanding that the program initializes the system control and PIE control and I'm required do nothing? I just input analog signals and process the data.

Best regards,

Jingtai

  • Jingtai,

    Yes, this example sets up the ADC to convert continuously, achieving maximum sampling rate. Step 1 to 3 initialize the system control and PIE control. You will not have to anything additional to the already existent section of code. Based on the example description, this example sets up an ADC continuously self trigger. There are not specified inputs. You will just need to observe the AdcaResults register and an additional pins you choose to monitor.

    Regards,

    Ozino

  • Ozino,

    Thanks for your support.

    Regards,

    Jingtai