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.

image processing



我运行的是,6678自带的demo例子:imageprocessing,已经编译通过没有问题,也已经按要求将程序load到不同的核中,但是运行时出现了问题。

我现在使用的是static IP,开发板上的SW3到6拨码开关也已经修改完毕。程序一直运行直到打印出下述语句后,platform_write( "Service Status: %-9s: %-9s: %-9s: %03d\n",ServiceStatus[Item-1].name, StatusStr[ServiceStatus[Item-1].status], ReportStr[ServiceStatus[Item-1].report/256], Report&0xFF );

整个工程就会卡住,不接着运行。该语句在函数ServiceReport中,

请问这是什么原因造成的,网络配置还需要其他什么?是不是我忘记了一些配置呢??