查看之前的一些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 arenot 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?
能否给出范例,不是直接操作寄存器的。
谢谢!
Shine:
Board_PLLInit函数用来初始化PLLC,源码具体可以看C:\ti\c6678SDK\pdk_c667x_2_0_5\packages\ti\board\src\evmKeystone\board_pll.c。
processors.wiki.ti.com/…/Processor_SDK_RTOS_Board_Support