Other Parts Discussed in Thread: OMAPL138, SYSBIOS
Hi,
I am developing SYS/BIOS on OMAPL138.
After adding NAND flash source code (referencing from OMAPL138 startware), SYS/BIOS always jump to loader_exit() functions.
This is console screen:
R0 = 0x00000000 R8 = 0xffffffff
R1 = 0x00000000 R9 = 0xffffffff
R2 = 0x00000001 R10 = 0xffffffff
R3 = 0x00000001 R11 = 0xffffffff
R4 = 0xc33031c4 R12 = 0xc330a249
R5 = 0xc32f2d4c SP(R13) = 0xc32f2928
R6 = 0x00000000 LR(R14) = 0xc32e83dc
R7 = 0xc32dcc98 PC(R15) = 0xc32f2928
PSR = 0x00000000
DFSR = 0x000000f9 IFSR = 0x00000008
DFAR = 0x47c25391
ti.sysbios.family.arm.exc.Exception: line 209: E_undefinedInstruction: pc = 0xc32f2928, lr = 0xc32e83dc.
xdc.runtime.Error.raise: terminating execution
Anyone have a solution for this error?
Thanks