Hi all,
I am using SYS/BIOS : 6.34.2.18
NDK : 2.20.4.26
MCSDK PDK TMS320C6678 :1.0.0.17
When i try to run the NDK helloworld example it gives the following output
[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.251.201.104
Service Status: DHCPC : Enabled : Running : 017
However, if I try to run the same example after terminating the current debug session and by starting a new one, I get the following error:
Error connecting to the target:
(Error -1143 @ 0x0)
Device core was hung. The debugger has forced the device to a ready state and recovered debug control, but your application's state is now corrupt. You should have limited access to memory and registers, but you may need to reset the device to debug further.
(Emulation package 5.1.45.0)
Can someone shed some light on this issue.