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.

How to address a "Potential Pipeline Conflict" in CSS v3.3?

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