Tool/software:
Dear TI team,
Char Cs=0x00;
Char Value;
Cs = Cs ^ Value;
While executing the above statement multiple times, the Cs value coming is 0x00 always, I mean XOR operation is not happening between Cs and Value.
What could be the reason for that.
Thanks
Kalyan