GEL初始化PLL,DDR,然后用JTAG载入代码。在main函数入口处观察,PERSTAT0 寄存器对应McBSP0STAT为011 即McBSP0 is in the static powerdown state
即使运行代码执行
PERLOCK = 0x0F0A0B00;
PERCFG0 = (0x00000001<<14);
PERSTAT0寄存器没有改变,且McBSP0配置寄存器对应的区域无法访问
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.
GEL初始化PLL,DDR,然后用JTAG载入代码。在main函数入口处观察,PERSTAT0 寄存器对应McBSP0STAT为011 即McBSP0 is in the static powerdown state
即使运行代码执行
PERLOCK = 0x0F0A0B00;
PERCFG0 = (0x00000001<<14);
PERSTAT0寄存器没有改变,且McBSP0配置寄存器对应的区域无法访问
Weike Huang
你好,你在GEL文件中能否先使能下MCBSP?
谢谢!
将以下代码移到GEL中问题依旧
PERLOCK = 0x0F0A0B00;
PERCFG0 = (0x00000001<<14);