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.

6657 NDK emif norflash



你好,我用仿真器在线调试都好着。

用emif norflash启动就不行了。具体见下:

do
{
rc = NC_NetStart( hCfg, NetworkOpen, NetworkClose, NetworkIPAddr );
} while( rc > 0 );

NC_NetStart一执行,程序就不知道跑哪去了,继续打印跟踪,

将NC_SystemOpen的参数优先级变高,当执行到NetScheduler(SerialDeviceCount,EtherDeviceCount)时,该函数有一个操作是SemPend( stkEvent.hSemEvent, SEM_FOREVER ),程序执行到这执行不下去了。

将NC_SystemOpen的参数优先级变低,当执行到NetScheduler(SerialDeviceCount,EtherDeviceCount)时,该函数开始出有一个操作是TaskSetPri(TaskSelf(),SchedulerPriority),程序执行到这执行不下去了。

大神指点下,谢谢