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.
Tool/software: Code Composer Studio
I want to read analog data from a sensor in the board. Where can I get examples (CCS examples) regarding this, or is there any tutorial on this? Note that I do not have any booster packs.
Multiple code examples appear within: "vendorWare/examples/peripherals/adc".
In addition - the Search Box - high atop this forum page - invites your entry of keywords - which unleash (many) poster approved examples.
Your restriction to (CCS examples) is troubling - it is my belief that the C coded examples are intended for any IDE/Compiler - and would be grossly LIMITED if confined to "just one." (Firm/I have employed vendor & poster examples - w/much success - completely free of "CCS!" (as we employ a "pro" IDE - IAR...)
While you ask for (only) "examples" you should consider the (other) usual elements of an AFE. (Analog Front End)
Best ADC results are obtained when the analog signal path is well considered - and properly mated to the MCU's ADC. (i.e. AFE's output impedance near matches ADC's input impedance)
The vendor has only provided a .c file, not the entire project. I replaced the main file from another project with this file. As you can see, there are no missing libraries. Do you know what I am doing wrong?