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.

DM368 PLL不能锁频



先采用DM368芯片开发高清编码器, 开发过程中遇到PLL不能锁频的问题, 请各位专家指导!

开发环境采用CCS3.3

导入配置文件evmdm365.gel

采用外部24M晶体

在编译过程中:Setup_PLL1()中的 while(! (((PLL0_CONFIG) & 0x07000000) == 0x07000000));  // Wait for PLL to lock

这句一直过不去,停在这了,PLL不能够锁频,请教各位什么原因能够导致此问题发生?

另外, 在TI DM368 datasheet中 PLLC1_CONFIG 中的LOCK1,2,3 对应27-25位, 请问为什么是配置文件中是0x07000000 而不是0x0E000000?

恳请各位指导!