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.

Compiler/AWR1642: awr1642

Part Number: AWR1642

Tool/software: TI C/C++ Compiler

Support Path: /Tools & software/Help me with an issue/Embedded Product Software Tools/Processors/Other TI SDKs/

I am trying to enable the compiler feedback in the SDK code base for the AWR1642 sensor by setting the "-k -al "flag. Even after setting the  flags .asm files are not getting populated. So how to get generate these feed back files. 

  • I presume your code is organized, and built, as a Code Composer Studio (CCS) project.  Every CCS project has one or more build configurations.  Once a build is complete, all the generated files are in a folder of the same name as the build configuration.  It is likely, though not certain, that your build configuration is named Debug.  In that case, the .asm files that are generated are located in the Debug folder.

    Thanks and regards,

    -George