I have been getting the following error and cannot find out why...
rror raised: Hard-fault: FORCED (C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_01_24/kernel/tirtos7/packages\ti/sysbios/family/arm/m3/Hwi.c:1293) Error raised: Bus-fault: IMPRECISERR: Delayed Bus Fault, exact addr unknown, address: 0xe000ed38 (C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_01_24/kernel/tirtos7/packages\ti/sysbios/family/arm/m3/Hwi.c:1374) Exception occurred in background thread at PC = 0x0000d9a4. Exception occurred in ThreadType_Task. Task name: subgSensorV6.2.1Task, handle: 0x20002850. Task stack base: 0x200028c0. Task stack size: 0x1000. R0 = 0x00000000 R8 = 0x20003766 R1 = 0x20003728 R9 = 0x000104df R2 = 0xffffffff R10 = 0x00000000 R3 = 0x00000000 R11 = 0x2000382c R4 = 0xffffffff R12 = 0x00000000 R5 = 0x20003728 SP(R13) = 0x20003708 R6 = 0x20000028 LR(R14) = 0x0000d993 R7 = 0x20000028 PC(R15) = 0x0000d9a4 PSR = 0x61000000 ICSR = 0x00414803 MMFSR = 0x00 BFSR = 0x04 UFSR = 0x0000 HFSR = 0x40000000 DFSR = 0x00000000 MMAR = 0xe000ed34 BFAR = 0xe000ed38 AFSR = 0x00000000 Terminating execution...
I tried checking the ROV and got no other information. I can step through the process the code just crashes at different points each time.
Any idea on what I should be looking for?