[求助] AVR 编译没问题,然后弹出一个

乱起东城   2011-9-23 14:28 楼主
我的程序不是很复杂, 只是对一个积分的运算,
然后他弹出一句话
the estimated data stack usage of 3241 bytes exceeds the 1024 bytes allocated。。。。
大致的意思是说,程序需要大约3241 字节的 栈容量,1024 字节不够用,
然后按他下面的 提示
我修改到了 3500
,再编译,出错
Linker error: global RAM variables size: 2518 bytes is too large
,help,
难道avr 运算量真的这么小吗

回复评论 (1)

引用: 原帖由 乱起东城 于 2011-9-23 14:28 发表 我的程序不是很复杂, 只是对一个积分的运算,然后他弹出一句话 the estimated data stack usage of 3241 bytes exceeds the 1024 bytes allocated。。。。大致的意思是说,程序需要大约3241 字节的 栈容量,10 ...

 

看看是不是IDE里没有选择正确的芯片

点赞  2011-9-23 15:26
电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 京公网安备 11010802033920号
    写回复