Hi, I am running a client example in NDK on evmc6678l. The project abort and the console print:
QMSS successfully initialized
CPPI successfully initialized
PA successfully initialized
TCP/IP Stack Example Client
PASS successfully initialized
Ethernet subsystem successfully initialized
Ethernet eventId : 48 and vectId (Interrupt) : 7
Timeout waiting for reply from PA to Pa_addMac command
ti.sysbios.heaps.HeapMem: line 354: assertion failure: A_invalidFree: Invalid free
xdc.runtime.Error.raise: terminating execution
I debuged and found it's abort at NC_NetStart(), as show below:
do
{
rc = NC_NetStart( hCfg, NetworkOpen, NetworkClose, NetworkIPAddr );
} while( rc > 0 );
I never modify the source code which TI provide.

