标题: keil5出现报错..\OBJ\Template.axf: error: L6050U: The code size of this image ... [打印本页] 作者: lucky_szt 时间: 2020-11-22 21:43 标题: keil5出现报错..\OBJ\Template.axf: error: L6050U: The code size of this image ... 编译报错信息提示:..\OBJ\Template.axf: error: L6050U: The code size of this image (33692 bytes) exceeds the maximum allowed for this version of the linker. 请问有遇到过类似情况的朋友吗? 作者: cheney03 时间: 2020-11-23 08:44
keil没有po 解成功,只要再次注册一遍,然后编译你的程序,直到能够通过为止,记得在注册的时候,以管理员身份运行keil 作者: 23as78 时间: 2020-11-23 09:03
代码过大,超出了单片机的内存,注意单片机的内存管理,数组的元素个数不要设置太多,单片机内存小的printf函数调用次数适当消减即可解决。作者: 一只废包 时间: 2020-11-23 16:14
代码太大了