[CortxA8] dle: 0x8002c9d0.
Task stack base: 0x80020ab0.
Task stack size: 0x800.
R0 = 0x00000000 R8 = 0x8002c468
R1 = 0x8002c484 R9 = 0xffffffff
R2 = 0x00000000 R10 = 0x48200000
R3 = 0x8002a1b4 R11 = 0xffffffff
R4 = 0x00000001 R12 = 0x00000000
R5 = 0x00000000 SP(R13) = 0x00000000
R6 = 0x80023ff8 LR(R14) = 0x8001524c
R7 = 0x8002ccbc PC(R15) = 0x80015254
PSR = 0x6000019f
ti.sysbios.family.arm.exc.Exception: line 176: E_dataAbort: pc = 0x80015254, lr = 0x8001524c.
xdc.runtime.Error.raise: terminating execution
If I set a break point on 0x80015254
That gets me to line 1026 in Hwi.c
Which is in Hwi_dispatchIRQC
This is the line.
oldTaskSP = Hwi_switchToIsrStack();
The BIOS_start(); is the first real executable line in my main.c after initializing some local variables.
What am a missing here? I used this product many years ago and with the GUI and settings somethings became hidden or I just not remembering.
Aaron