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?