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.

The statements under IF(condition) is shown as executed even if the condition is not met !

Other Parts Discussed in Thread: TMS320F28335

Hi,

i am using sys/bios 5.2 (shipped in CCS 5.2) for my project.And TMS320F28335 DCS for the same.

I CLEAN build my project,and DEBUG it. I reset the CPU ,RESTART, RESUME the excecution.And put a break point in my desired location.Here The statements under IF(condition) is shown as executed even if the condition is not met !!.

on that these were the findings i got.....

findings:

       Though the condition was NOT TRUE,the execution statements within that IF were SEEN to be executing.But the good thing is, functionalities were not happening.

For example if a variable is assigned with constant ,it was not assigning,but showing it was been excecuted in IDE. when i look into DISASSEMBLY that also showed me excecuting properly.

Thanks and regards,

Sunil