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: Code Composer Studio
Hi TI
I'm dealing with some very serious compiler issues and need to look at the generated code using .lst andn .asm files.
It's very hard to read the generated code. Do you know some compile option which provides the comments in the .lst andn .asm files.?
We are using the compile version 7.4.12 and working on switching to version 8.3.3. But there is some issue we need to clarify first
Some thing like this example from one of TI's reference guide:
>>>>>>>>
Example 8-7 SPLOOPW Implementation of C Coded Loop
MVK 8,A0 ;Do 8 loops
[!A0] SPLOOPW 1 ;Check loop
LDW .D1 *A1++,A2 ;Load source value
NOP 1
SUB .S1 A0,1,A0 ;Adjust loop counter
NOP 2 ;Wait for source to load
MV .L2X A2,B2 ;Position data for write
SPKERNEL 0,0 ;End loop
|| STW .D2 B2,*B0++ ;Store value
End of Example 8-7
<<<<<<<<<<<<<<<<<
Thanks for your help
BR
Tam Tran
Vestas Wind System
You will find the build option --src_interlist to be helpful. Please read more about it in the C6000 compiler manual.
Thanks and regards,
-George