IAR 中定义的long型数据编译时不会出错,但当大小超过65535时,就滚回从0开始了,也就是实际上没把long型数据分配32bit。请问如何解决?
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.
IAR 中定义的long型数据编译时不会出错,但当大小超过65535时,就滚回从0开始了,也就是实际上没把long型数据分配32bit。请问如何解决?