Hello,
When I build my project using CCS v3.3.38.2 I am getting a warning message about a Potential Pipeline Conflict.
I am not sure why this would occur, or how to avoid/fix it in the C-code modules from which the warning is generated.
Could someone let me know what I would need to do in code to eliminate these types of warnings?
Example: While building my "random.c" I get the following warning message:
"./Debug/random.asm", WARNING! at line 207: [W0005] Potential Pipeline Conflict:
SXM: 1 Slot Latency
ADD #1,A,A ; |79|
Thanks in advance,
Steve