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.

EVM6678L main PLL频率设置问题



evmc6678l.gel中的

// Target Frequency (MHz) = // input_clock (MHz) * [(PLL1_M + 1)]/ (2 * (PLL1_D + 1) )

#define PLL1_M 39

#define PLL1_D 1

Init_PLL(PLL1_M, PLL1_D);  EVM板 输入 100MHz 根据上述公式 Core频率 为1000MHz

当Debug VIew下 Connect Target 是频率设置 生效

我的问题是调用 BiosStart 初始化 Bios后  频率是否可能发生改变。怀疑的原因是 Bios选项中 有一个频率设置项