|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
本帖最后由 cjsb37 于 2013-4-29 09:05 编辑
我用的是c6416,写一个简单的EMIFA的配置程序,怎么编译老说又问题,求高手解答,谢谢!
#include <csl.h>
#include <csl_emifa.h>
EMIFA_Config Myc6416Conf={
0x00003060,
0x00000040,
0x404F0323,
0x00000030,
0x00000030,
0x07117000,
0x00000610,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
};
void main()
{
CSL_init();//initialize the csl
EMIFA_Config(&Myc6416Conf);//setup the emifa configration
}
编译后好说;
line26:declaration may not appear after executable statement in block
line26:expected an identifier
|
|