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.

关于controlSUITE光伏例程中调用ASM函数的疑问

Other Parts Discussed in Thread: CONTROLSUITE

C:\ti\controlSUITE\development_kits\TMDSSOLARUINVKIT_v100\MicroInv_F2803x中的Main.c文件中有段程序如下: CNTL_3P3Z_IQ_ASM(&cntl3p3z_InvI_coeff,&cntl3p3z_InvI_vars);

在CNTL3P3Z_IQ.h中有以下声明:

void CNTL_3P3Z_IQ_ASM(CNTL_3P3Z_IQ_COEFFS *v, CNTL_3P3Z_IQ_VARS *k);

在C:\ti\controlSUITE\libs\app_libs\solar\v1.2\IQ\source中将CNTL_3P3Z_IQ_ASM文件放入该工程文件中,为何对C文件中的该程序点击F3只会显示该程序在头文件的声明,却没有相应的程序内容?对头文件的该函数点击F3时出现Write occurrence of 'CNTL_3P3Z_IQ_ASM'。

我按照这个方法对c文件的程序就可行,对ASM却不行?