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.

28335IOData寄存器连续操作bit位会导致前一个操作失效

Other Parts Discussed in Thread: C2000WARE
GpioDataRegs.GPADAT.bit.GPIO0 = 0;
GpioDataRegs.GPADAT.bit.GPIO1 = 0;
这样连续操作导致IO0写入失败,中间加Nop空指令就可以,请问这是什么原理,谢谢!