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/UCD3138PFCEVM-026: PWR026_PFC

Part Number: UCD3138PFCEVM-026

Tool/software: Code Composer Studio

codes in .asm and .obj profile are constants?

If .c and .h have been dbugged , .asm and .obj need to be debugged?

  • The .c and .h files are source files created by the user. The .asm and .obj files are generated by the compiler during build and not directly modifiable by the user. The .out executable file output by the linker is typically loaded to target and debugged using a debugger. 

    If your question is something different please provide more context and detail. Thanks.