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.

MSP432E401Y: XOR operation is not happening

Part Number: MSP432E401Y

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