This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

定义大数组程序无法运行



1、编译器为IAR 5.20

2、MCU为430F2418

3、现象1,定义若干数组,1[1000],2[250],3[250],4[250],5[32][24],用IAR在线仿真,程序进入_data16_memzero程序循环,不能进入main()函数。LIST显示DATA使用为6632。

4、现象2,修改上述数组,1[100],2[100],3[100],4[100],5[12][24],用IAR仿真,程序正常运行。LIST显示DATA使用为6632。