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.

IF statement compiles incorrectly

Other Parts Discussed in Thread: TMS320F28335

Hello,

I am having trouble with the simplest of structures. A simple IF statement compiles incorrectly.
Below is the mixed assembly / source output from CC Studio Version 3.3.83.19. IDE 5.98.0.419. I'm
compiling for the TMS320F28335 on the with the experimenter kit. The branch statement is
never generated following the compare and thus the statement within the IF statement is executed in the code below.

Teddy