Other Parts Discussed in Thread: SYSBIOS, AM3359
development env.
IDE : CCS 5.4( fanal update )
compiler : TI v5.0.4
sdk : am335x_sysbios_ind_sdk_1.0.0.8
board : AM3359 Industrial Development Kit (IDK)
project : ethercat slave
debugger : XDS510 USB PLUS
error message :
Can't find a source file at "c:\users\khaihan\appdata\local\temp\ti_mkl~1\src/exit.c" Locate the file or edit the source lookup path to include its location.
console message :
[CortxA8] in handle: 0x0.
Main stack base: 0x8002647c.
Main stack size: 0x2000.
R0 = 0x00000001 R8 = 0x00029394
R1 = 0x4a326040 R9 = 0x00000000
R2 = 0x4804c134 R10 = 0x00000004
R3 = 0x8001d1e8 R11 = 0x48040000
R4 = 0x00000000 R12 = 0x00000001
R5 = 0x44e09000 SP(R13) = 0x80028430
R6 = 0x00000405 LR(R14) = 0x8000b560
R7 = 0x60000000 PC(R15) = 0x8001b41e
PSR = 0x0000019f
ti.sysbios.family.arm.exc.Exception: line 174: E_dataAbort: pc = 0x8001b41e, lr = 0x8000b560.
xdc.runtime.Error.raise: terminating execution
============================================================================
In the past, there was no problem.
Old, and the other thing
- Rebuild "sys_bios_driver"
- Rebuild "am335x_platform"
- Add uartstdio.c file(starterware) in project (ethercat slave) for use printf.
- Add uartstdio.c file(starterware) in project (ethercat slave) for use printf.
- CAN1 device enable.
Help would be appreciated.

