在使用5509a时,需要配置寄存器SDC3,为什么在库文件里面找不到和SDC3相关的配置文件呢?
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.
在使用5509a时,需要配置寄存器SDC3,为什么在库文件里面找不到和SDC3相关的配置文件呢?
typedef struct {
Uint16 egcr;
Uint16 emirst;
Uint16 ce01;
Uint16 ce02;
Uint16 ce03;
Uint16 ce11;
Uint16 ce12;
Uint16 ce13;
Uint16 ce21;
Uint16 ce22;
Uint16 ce23;
Uint16 ce31;
Uint16 ce32;
Uint16 ce33;
Uint16 sdc1;
Uint16 sdper;
Uint16 init;
Uint16 sdc2;
} EMIF_Config;
这个配置文件在csl_emifA.h里面,不过这个结构体里面为什么没有SDC3寄存器的配置呢?
因为vc5509没有这个sdc3寄存器,而vc5509和vc5509a共用一个emif头文件,所以没有把SDC3放在emif_config结构体内。你可以单独在程序中对SDC3寄存器配置。