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.
4073.Doc1.docx
错误信息说的很清楚,堆栈空间不够。从数组名称看,这个数组使用来计算crc的,是不变的。建议把它存放在flash中。
数组前面加了CONST,不就是已经放到FLASH中吗?