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: TI C/C++ Compiler
Can cl2000 or some other software tool convert C code to an assembly listing?
How do I use the tools to do that? Does it work even if one is using the rts2800_ml and IQmath libraries?
Also, how do I generate a listing file?
To see the assembly code generated by the compiler, use the command line option --src_interlist. To create an assembler listing file, use the option --asm_listing. Please search for these options in the C28x compiler manual. To learn how to set these options in Code Composer Studio, please see the article Finding Compiler Options in CCS.
Thanks and regards,
-George