Part Number: CC2652R
Other Parts Discussed in Thread: SYSBIOS, TAS6424, TMS320F28069
Tool/software: TI-RTOS
Hi guys,
I am getting stuck (about 30% of the time) on boot up in this routine (/home/marc/ti/xdctools_3_51_02_21_core/packages/xdc/runtime/Error.c)
Void Error_policyMin(Error_Block *eb, Types_ModuleId mod, CString file, Int line, Error_Id id, IArg arg1, IArg arg2)
which is in the XDC/TiRTOS source code area.
The "*eb" is null, "mod" is 36, "file" is null, :"line" is 957, "id" is 1048576, "arg1" is 3, "arg2" is 1
The question is how to use these numbers to find out what is going on?
I got this data from ROV's display which doesn't help much other than to use numbers above.
There could be some other branch of the debug tools I'm missing to parse out why I get into
this hang up software halt sometimes.
I loop forever in that routine because "*ep" pointer is null...
Any help would be great, what to do to evaluate this.
I thought it might be stack but I doubled both task stack when they are created.
Regards,
Marc Y.


