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.

CCS/TM4C1294NCPDT: Problem running NDK program

Other Parts Discussed in Thread: SYSBIOS

Thank you Chester! Setting the Global.pktNumFrameBufs to 10 in .cfg file solved my problem.

Now, I'm facing a new problem: When I run my program, the following messages appears on console:

ti.sysbios.family.arm.m3.Hwi: line 143: E_alreadyDefined: Hwi already defined: intr# 56
00000.000 ExecStart: Already Open
00000.000 mmFree: Double Free
00000.000 mmFree: Double Free
00000.000 mmFree: Double Free
00000.000 mmFree: Double Free
00000.000 mmFree: Double Free
00000.000 mmFree: Double Free
00000.000 mmFree: Double Free
00000.000

NC_NetStart: WARNING: Boot thread has not completed!


00000.000 mmFree: Double Free
00000.000 mmFree: Double Free
00000.000 NodeTreeFree: Null endpoints
00000.000 mmFree: Double Free
00000.000 mmFree: Double Free

and the NC_NetStart() function returns -1. Do you know what's going on?

Thanks in advance,

Ronan