我最近在dm6446上做算法,在例程上修改的,可是process()用for循环嵌套时,程序在板子上无法运行,用单个for循环就可以。这是什么状况,哪怕我循环中什么都不写,也不能运行。
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.
我最近在dm6446上做算法,在例程上修改的,可是process()用for循环嵌套时,程序在板子上无法运行,用单个for循环就可以。这是什么状况,哪怕我循环中什么都不写,也不能运行。
我把栈的空间改大了,这个问题解决了。可是又出现了新问题,采集的图像在下方有好多行条纹,我只是简单的拷贝下图像并做了个中值滤波,检查了好几遍代码没有问题,不知道是什么情况