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.

AM3359 ICE EtherCAT example SYS/BIOS abort

Other Parts Discussed in Thread: SYSBIOS, TMDSICE3359

Could you help me, please?

I tried to debug Simple Demo Application EtherCAT from the sdk examples for TMDSICE3359 board. I did all the steps described in AM335x SYSBIOS Industrial SDK Getting Started Guide, but when I pressed "run", execution started, but sys/bios aborted and errors appeared: 

[CortxA8] 0x481aa000 R8 = 0x00000005
R1 = 0x44e108c0 R9 = 0x4030cdf4
R2 = 0x44e00c00 R10 = 0x00029940
R3 = 0x0000002c R11 = 0x00029940
R4 = 0x00000005 R12 = 0x402f7938
R5 = 0x481a6000 SP(R13) = 0x402f98a8
R6 = 0x481aa000 LR(R14) = 0x800150cf
R7 = 0x481aa000 PC(R15) = 0x8000dbca
PSR = 0x2000019f
DFSR = 0x00001008 IFSR = 0x00000000
DFAR = 0x481aa054 IFAR = 0x00000000
ti.sysbios.family.arm.exc.Exception: line 180: E_dataAbort: pc = 0x8000dbca, lr = 0x800150cf.
xdc.runtime.Error.raise: terminating execution

Software versions
am335x_sysbios_ind_sdk_1.1.0.4
sys/bios 6.40.1.15
CCS 5.5.0.00077
XDCtools 3.30.1.25_core

P.S. The same error was when I debugged enetLwip_sysbios example