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.

sysbios下网口通信程序卡在NC_NetStart()处

Other Parts Discussed in Thread: SYSBIOS

TI工程师您好,使用的芯片是6678,在sysbios条件下,运行网口程序时,BIOS_Start()函数运行之后进入到网络设置任务中,当运行到NC_NetStart()函数时,

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

程序跑飞,报错如下:

[C66xx_0] The C6678 CPU frequency is 1000 MHz 
QMSS successfully initialized 
CPPI successfully initialized 
PA successfully initialized 
Executing the SRIO DIO example on the DEVICE
Debug(Core 0): SRIO Driver has been initialized

TCP/IP Stack 'Hello World!' Application

ti.sysbios.heaps.HeapMem: line 370: assertion failure: A_invalidFree: Invalid free
xdc.runtime.Error.raise: terminating execution

请问这是什么原因呢?

x 出现错误。请重试或与管理员联系。