Other Parts Discussed in Thread: SYSBIOS
Based on SYSBIOS,the program triggered an exception and had the following data through ROV.
Caught exception in view init code: "D:/ti/xdctools_3_32_01_22_core/packages/xdc/rov/StructureDecoder.xs", line 518: java.lang.Exception: Target memory read failed at address: 0x101d2, length: 8This read is at an INVALID address according to the application's section map. The application is likely either uninitialized or corrupt.
It looks like knl.queue accessed protected memory and issued a data abort exception.
Exception:
Looking at the map, the SP is ti_sysbios_knl_Queue_dequeue__E
Queue:
Queue information points to this function: ti_sysbios_gates_GateMutex_Object__table__V。
In .cfg. we use queue like this: