Wednesday, November 14, 2007

Code Composer Studio (CCS) file extensions

  • C and C++ use the standard .c and .cpp
  • Linear Assembly is written in .SA
  • Standard assembly uses .ASM
  • Object files(.OBJ), created by the assembler, are lined together to create the DSP's executable output(.OUT) file. The map(.MAP) file is an output report of the linker.
  • .OUT file can be loaded into your system by the debugger portion of CCS.

No comments:

Post a Comment