请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:MSP432E401Y 工具与软件:
尊敬的 TI 团队:
char cs=0x00;
字符值;
cs = cs ^值;
多次执行上述语句时、Cs 值始终为0x00、我的意思是 Cs 和 value 之间不会进行 XOR 运算。
这可能是什么原因。
谢谢
Kalyan
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.
工具与软件:
尊敬的 TI 团队:
char cs=0x00;
字符值;
cs = cs ^值;
多次执行上述语句时、Cs 值始终为0x00、我的意思是 Cs 和 value 之间不会进行 XOR 运算。
这可能是什么原因。
谢谢
Kalyan