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.

DSP配置寄存器的时候为什么都需要一个影子寄存器



如下程序:

            ECanbShadow.CANTIOC.all = ECanbRegs.CANTIOC.all;
            ECanbShadow.CANTIOC.bit.TXFUNC = 1;
            ECanbRegs.CANTIOC.all = ECanbShadow.CANTIOC.all;



来自21ic论坛TI DSP论坛