“5- By default the _fctcpy function is packaged in the Cosmic machine library, so the function prototype "int _fctcopy(char name);" must be added in main.c file.” 没仔细看,直接拷贝了int _fctcopy(char name),艾玛,就是编译不过去,说找不到原型。仔细看看,原来_fctcpy(),写成了_fctcopy();不知道其他地方你们有没有谁发现什么错误。 |
RE:stm8s固件库在RAM中运行代码注释错误,你们发现了吗