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.

How to use printf outside main loop??

Other Parts Discussed in Thread: SYSBIOS

Dear Sir,

I can print on the console by just printf and o/p is like


[C674X_0] STATEMENT

but outside main there is no error but it is also not showing output .I have tried printf and system.printf inside 

Void LCDIsr(UArg arg)
{

}

both are not working 

and o/p of console is 

[C674X_0] ti.sysbios.gates.GateMutex: line 97: assertion failure: A_badContext: bad calling context. See GateMutex API doc for details.
xdc.runtime.Error.raise: terminating execution

How to use printf or special function there?