As title description:
Code Composer Studio Version: 5.3.0.00090 watch window : *(_TIBIOSA_InnerTaskFunc) unknown Error: cannot load from non-primitive location
Device Type : TMS320F28335
Debug Code as following:
static void _TIBIOSA_InnerTaskFunc(UArg arg0,UArg arg1)
{ ...... }
Task_create(_TIBIOSA_InnerTaskFunc,&pTiBiosAdapter->TaskParam,NULL);
Debug Step:
1. Build code
2. Start Debug
3. when the program running to Task_create function, the CCS watch window show:
*(_TIBIOSA_InnerTaskFunc) unknown Error: cannot load from non-primitive location
This description lead me to confuse, I had check the function define, implement, parameter and so on.
Not find useful message to resolve this issue.
I need a programmed to help me to resolve this issue.
Best Regards,
Roc