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.

关于C667x Processors SDK中已移除的文件csl_pllcAux.h问题

查看之前的一些demo中,调用csl初始化pllc的函数如“CSL_PLLC_setPllCtrlPllEnSrc (hPllc, 0);”之类,是定义在csl_pllcAux.h中的。

新安装的SDK(如4.3版本)移除了该文件。

Migration from BIOS-MCSDK (C66x)

CSL

  • Following SoC defines are added to support C6657 and C6678 in the CSL.
    • SOC_C6657 SOC_C6678
  • following files are not supportedfrom the top level CSL folder (ti/csl)
    • csl_mpuAux.h, csl_memprot.h, csl_memprotAux.h, csl_pllcAux.h, csl_cp_tracer.h

processors.wiki.ti.com/.../MCSDK_to_Processor_SDK_Migration

请问,如何使用csl库,初始化pllc?

能否给出范例,不是直接操作寄存器的。

谢谢!