MSP430在链接CH375HFF.R43时有警告[求助]

我用MSP430编译贵公司提供的例子程序,在链接时总有2处警告提示: Warning[w6]: Type conflict for external/entry "mCmdParam", in module CH375HFF against external/entry in module main; class/struct/union field names do not match: Other16 vs Query /* In module CH375HFF: */ CMD_PARAM_I mCmdParam; typedef CMD_PARAM CMD_PARAM_I; typedef union _CMD_PARAM CMD_PARAM; /* In module main: */ CMD_PARAM_I mCmdParam; typedef CMD_PARAMtt CMD_PARAM_I; typedef union _CMD_PARAM CMD_PARAMtt; Warning[w35]: There is more than one definition for the struct/union type with tag '_CMD_PARAM'; class/struct/union field names do not match: Query vs Other16

是不是CH375HFF.R43库的问题??? 我该怎么解决??? 我在调用i = CH375LibInit( )时,返回值是虽是i=0x81(属硬件错误), 但我想这错误很有可能是链接不成功造成的。 我该怎么解决??? 谢谢

这个应该没问题,返回0X81说明你的库应该是链接进去了,0X81是说明你的硬件连线有问题,仔细检查你的硬件


只有登录才能回复,可以选择微信账号登录