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.
Jibin,
You can set the proxies by putting this code in your configuration (.cfg) file:
/* Set up BIOS proxies */
xdc.useModule('ti.sysbios.xdcruntime.Settings');
This will set the xdc.runtime.knl.Thread proxy to the BIOS Task implementation.
Regards,
Janet