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.

PSC使能模块问题



我在C6748上跑裸机程序,我在工程中使能EMIFA模块,但出现以下错误,为什么?PSCModuleControl()不是官方库函数吗?

使能程序:

void PSCInit(void)
{
    /* 使能EMIFA模块 */
    PSCModuleControl(SOC_PSC_0_REGS, HW_PSC_EMIFA, PSC_POWERDOMAIN_ALWAYS_ON,
                     PSC_MDCTL_NEXT_ENABLE);


}

错误信息: