Hi,
I am trying a modification to helloWorld_evm6678l tha is a ndk example.
I send form PC a bunch of information, about 40kB of information to store in memory
and then be used for search in it. I have added code to this demo to store and search information
but recently I added a couple of functions to improve the search and now when I sent the bunch of
data I see in console window the follow information
[C66xx_0] QMSS successfully initialized
CPPI successfully initialized
PA successfully initialized
TCP/IP Stack 'Hello World!' Application
TCP/IP Stack 'Hello World!' Application
PASS successfully initialized
Ethernet subsystem successfully initialized
Ethernet eventId : 48 and vectId (Interrupt) : 7
Registration of the EMAC Successful, waiting for link up ..
Service Status: DHCPC : Enabled : : 000
Service Status: DHCPC : Enabled : Running : 000
Network Added: If-1:10.88.1.90
Service Status: DHCPC : Enabled : Running : 017
ti.sysbios.knl.Task: line 330: E_stackOverflow: Task 0x80029f88 stack overflow.
xdc.runtime.Error.raise: terminating execution
Normally the last two lines does not appear. With this the application lost itself
and I have noticed that the step execution is lost.
I hope someone can help. I will appreciated.
Julian