Part Number: TDA4VM
Other Parts Discussed in Thread: SYSBIOS
Hello, TI
In our program using SDK 7.3, when tesing IPC Communication, finded C71 abort.
1. In CCS environment, using emulator and get stack information, as fllows.

2. Then, looking disassembly and function file information, as follows.


3. Also, find sysbios code, and find the line code, as follows.

the line 284, is "hwiKey = Hwi_disable();"
4. Last, using SP register and find statck information, find the stack information, as follows:
ti_sysbios_knl_Semaphore_pend__E
SemaphoreP_pend
Ipc_osalMutexLock
RPMessage_recv
appIpcRpmsgRxTaskMain
5. Questions, I don't why the SemaphoreP_pend can cause abort in function Hwi_disable, need TI help us, thanks.