Hello,
My project is audio processing using DSP/OMAPL138 som on OMAPL138 EVM, CCSV4.2.4 ,default sysBIOS, and IPC versions.
I face the following problems,
1. Audio impulse/click sound is perceivable when the program runs but stops afterwards.
2. I get the following run-time error . I call an isr function for audio (HWI5 mapped to sourc_61) having some printf().
--------------------------------------
init_buffers(()
Acoustic Signal Processor starts .....
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
--------------------------------------------------------
Is it not allowed to use printf() statements from within the isr to write into console? Is there anything that I have to change/set t rectify to get continuous audio.
with regards
Prat