This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/MSP432P401R: TI RTOS Abort the Execution

Part Number: MSP432P401R
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

Dear Sir:

     I am using TI RTOS , and the task is running good but after 20~30 mints , it will abort.

the main thread , and related task the stack is good enough. 

pls check the exception code as bellow.

My Best

Anson

ti.sysbios.family.arm.m3.Hwi: line 1154: E_hardFault: FORCED

ti.sysbios.family.arm.m3.Hwi: line 1231: E_busFault: PRECISERR: Immediate Bus Fault, exact addr known, address: fffffff9

Exception occurred in background thread at PC = 0x0000dba6.

Core 0: Exception occurred in ThreadType_Task.

Task name: {unknown-instance-name}, handle: 0x20001060.

Task stack base: 0x200010c0.

Task stack size: 0x640.

R0 = 0x00000001  R8  = 0x200016e0

R1 = 0x20000a84  R9  = 0x00000000

R2 = 0x00007fbc  R10 = 0x00007fbc

R3 = 0x00000000  R11 = 0xffffffff

R4 = 0x20003a68  R12 = 0x00000000

R5 = 0xfffffffa  SP(R13) = 0x20001638

R6 = 0xffffffb8  LR(R14) = 0x00009efb

R7 = 0x200092e8  PC(R15) = 0x0000dba6

PSR = 0x21000000

ICSR = 0x00418803

MMFSR = 0x00

BFSR = 0x82

UFSR = 0x0000

HFSR = 0x40000000

DFSR = 0x00000001

MMAR = 0xfffffff9

BFAR = 0xfffffff9

AFSR = 0x00000000

Terminating execution...

  • Hello Anson,

    Are you using an example from the SDK? If yes let us know which example is causing this issue. Also did you make any changes to the example, if so try to use the original example in the SDK and add small parts of the modified code to see which one is causing the issue.

    If you are not using an example in the SDK, then please see if it's possible to use an example in the SDK as a starting point and then modify it to your needs.

    If you are still having issues then please provide more details about the application and the debug steps you have taken. With the information on hand it's hard to identify the issue.

    Thanks,
    Sai