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.

loading program error with a .out

Other Parts Discussed in Thread: AM3359, SYSBIOS

I get this error when loading my .out file into my board AM3359 board. I am using CCSv6:

[CortxA8] dle: 0x80047768.
Task stack base: 0x800477b8.
Task stack size: 0x800.
R0 = 0x481a0000 R8 = 0x00000001
R1 = 0x00000500 R9 = 0x800498e8
R2 = 0x00000001 R10 = 0x481a0000
R3 = 0x80046f08 R11 = 0xffffffff
R4 = 0x00000002 R12 = 0x481a011c
R5 = 0x80047f68 SP(R13) = 0x80047f38
R6 = 0x403030f8 LR(R14) = 0x8002f2a4
R7 = 0x00000000 PC(R15) = 0x80023738
PSR = 0x6000019f
ti.sysbios.family.arm.exc.Exception: line 176: E_dataAbort: pc = 0x80023738, lr = 0x8002f2a4.
xdc.runtime.Error.raise: terminating execution
andle: 0x0.
Main stack base: 0x4030678c.
Main stack size: 0x4000.
R0 = 0x00000001 R8 = 0x80023738
R1 = 0x00000002 R9 = 0x00000000
R2 = 0x000000ff R10 = 0x00000bb8
R3 = 0x0000003f R11 = 0x00000000
R4 = 0x80042548 R12 = 0x0000000f
R5 = 0x8003ad48 SP(R13) = 0x4030a71c
R6 = 0x8002ffc0 LR(R14) = 0x00000000
R7 = 0x00000004 PC(R15) = 0x00000000
PSR = 0x6000019f
ti.sysbios.family.arm.exc.Exception: line 172: E_prefetchAbort: pc = 0x00000000, lr = 0x00000000.
xdc.runtime.Error.raise: terminating execution

What does that mean? I am able to load my older .bin files, though.