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: Included files not compiling after modification

Part Number: CC3220SF

Tool/software: Code Composer Studio

Hi,

I am working on the adcsinglechannel example located at C:\ti\simplelink_cc32xx_sdk_4_30_00_06\examples\rtos\CC3220SF_LAUNCHXL\drivers in the SDK.  The adcsinglechannel.c file in this project calls the function ADC_convert, which is located in C:\ti\simplelink_cc32xx_sdk_4_30_00_06\source\ti\drivers\ADC.c.  I want to make changes to this file, and possibly other files that this ADC.c file references.  However, when I debug/build the example, any changes I make to ADC.c, ADC.h, or other lower-level files are not compiled by Code Composer Studio.  I know this because I put syntax errors in ADC.c before debugging/building the project, and no errors were found.  This leads me to believe that these files are precompiled and are not being recompiled when I make changes to them.  My question is: how can I get Code Composer Studio to compile these files after I make changes?

Thank you,

Jonah