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.
67 906 bytes of CODE memory
5 295 bytes of DATA memory (+ 181 absolute )
14 816 bytes of CONST memory
现象就是能DEBUG,但是就是一直停在data16——memero里面,
这样怎么就溢出了的,不是16K的吗?堆栈我设置是:160、160、80 ,即使设置再大也没什么用。
如果RAM的数组改小一点,就可以了。
编译后是:
68 386 bytes of CODE memory
4 295 bytes of DATA memory (+ 181 absolute )
14 816 bytes of CONST memory
这样就没任何问题。
我想问一下这个是否就是这样了,这是不是真的16K的反映啊。