加载时显示“PLL0 init done for Core:300MHz, EMIF:25MHz”,这里是什么意思呢?
CUP300MHz,这个比较明白,不过EMIF的频率实际是100MHz,显示信息和实际值没有关系吗?
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.
加载时显示“PLL0 init done for Core:300MHz, EMIF:25MHz”,这里是什么意思呢?
CUP300MHz,这个比较明白,不过EMIF的频率实际是100MHz,显示信息和实际值没有关系吗?
这是打印信息,可以根据实际配置值修改为相对应的打印信息。
Set_Core_300MHz() {
// device_PLL0(0,24,1,0,1,11,5);
// GEL_TextOut("\tPLL0 init done for Core:300MHz, EMIF:25MHz\n","Output",1,1,1);
device_PLL0(0,24,1,0,1,2,5);
GEL_TextOut("\tPLL0 init done for Core:300MHz, EMIF:100MHz\n","Output",1,1,1);