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/TDA2HV: System crash

Part Number: TDA2HV

Tool/software: Code Composer Studio

Hello!

My question is as follows:

When programm crashed, like this:

[CortexA15_0] 
MAC Port 0 Address:
	00-35-ff-ad-15-f8
Phy Status: Phy 1 found on MAC port 0
Network Added: If-1:192.168.1.4
Link Status: 1000Mb/s Full Duplex on PHY 1
Create CLIENT
After TaskCreate() RUN!!!
----- SendClientTCP start work
Exception occurred in ThreadType_Task.
Task handle: 0x89925bc4.
Task stack base: 0x89926628.
Task stack size: 0x2000.
R0 = 0x89928515  R8  = 0x8992bc30
R1 = 0x8992bf42  R9  = 0x89928fa0
R2 = 0x8992bf42  R10 = 0x00000000
R3 = 0x00000070  R11 = 0x89925ef8
R4 = 0x84000016  R12 = 0x8992bf40
R5 = 0x84240000  SP(R13) = 0x89839af8
R6 = 0x8992bf0c  LR(R14) = 0x8992bb6c
R7 = 0x89929e28  PC(R15) = 0x89839af8
PSR = 0x89928fa0
DFSR = 0x00000221  IFSR = 0x00000000
DFAR = 0x8400002e  IFAR = 0x00000000
ti.sysbios.family.arm.exc.Exception: line 205: E_dataAbort: pc = 0x89839af8, lr = 0x8992bb6c.
xdc.runtime.Error.raise: terminating execution

How to interpret the displayed information? What does it mean?