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.

spruh73p文档中没有了CM_PER_DCAN0_CLKCTRL Register



如题,在starterware中有如下代码

regVal = HWREG(SOC_CM_PER_REGS + CM_PER_EMIF_FW_CLKCTRL) & 
~(CM_PER_EMIF_FW_CLKCTRL_MODULEMODE);

地址为((0x44E00000) + 0) + (0xd0)

可是文档中并没有这个寄存器的定义,如下

C0h CM_PER_DCAN0_CLKCTRL Section 8.1.12.1.33
C4h CM_PER_DCAN1_CLKCTRL Section 8.1.12.1.34
CCh CM_PER_EPWMSS1_CLKCTRL Section 8.1.12.1.35
D4h CM_PER_EPWMSS0_CLKCTRL Section 8.1.12.1.36
D8h CM_PER_EPWMSS2_CLKCTRL Section 8.1.12.1.37

望解答。谢谢。