Hi All
I am using BeagleBone-AM3358 board and started with SYSbios programming in CCSv5.3 and flashing the code using on-board JTAG Emulator XDS100v2.
I wanted use GPIO of Cortex-A8 to blink LED on BeagleBone and for that i have downloaded AM335x_SYSBIOS_IND_SDK and i am able to build gpioLEDBlink.c.
But after loading the code on BeagleBone ,it seems the code is executing and enter into main function but end-up with exception error here is the error i am posting.
[CortxA8] in handle: 0x0.
Main stack base: 0x80010000.
Main stack size: 0x2000.
R0 = 0x44e000ac R8 = 0x000a0000
R1 = 0x00000000 R9 = 0x00000000
R2 = 0x80004550 R10 = 0x000298d0
R3 = 0x00000000 R11 = 0x000298d0
R4 = 0x4030cfd8 R12 = 0xffffffff
R5 = 0x000d5e52 SP(R13) = 0x80011ff0
R6 = 0x48040000 LR(R14) = 0x80006df8
R7 = 0x4030fca0 PC(R15) = 0x80003ee4
PSR = 0x6000019f
ti.sysbios.family.arm.exc.Exception: line 176: E_dataAbort: pc = 0x80003ee4, lr = 0x80006df8.
xdc.runtime.Error.raise: terminating execution
It seems the code is failing at gpio.c
Please come with some suggestion .
Thanks