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.

询问SYSBIOS下PLL、DDR初始化

Other Parts Discussed in Thread: SYSBIOS

大家好 我的sysbios程序使用GEL文件上电初始化板子 

这样有个问题 当我在线调试时 点击"System reset"按钮系统复位 这样会对整个DSP进行复位,包括PLL、DDR、SRIO等共享资源的状态都会复位。这样CPU的主频就到不了1G 只能是输入时钟,所以就需要从新断电 上电。效率低下。

有没有SYSBIOS下PLL、DDR初始化例程 函数?

尝试着把裸机如下的程序移植到SYSBIOS下 编译倒是可以通过 但不能执行

KeyStone_main_PLL_init(100, 10, 1);
KeyStone_DDR_init (66.66667, 16, 1, NULL);
 
谢了!