Hi
In my code i had the following typo fault.
if (xxx=1) { ... }
Instead of having a fault i had a warning !?
Description Resource Path Location Type
#189-D use of "=" where "==" may have been intended main.c /doublesin_creator line 35 C/C++ Problem
The result was that, while i was debugging the code x changed its value to 1 !
A strange compiler beahavior.
Tried it on simpler projects e.g. putting the fault if in main or a function) I had an error as it should...
In my case the faulty if was in function that called a function.
I use CCS 5.5.