Hi all,
using the EVM OMAPL137 board I realized an audio streming application to demonstrate my noise reduction algorithm.
It works fine and by board dip switch I can bypass the processing so that user can listen the algorithm effect.
Now I want to change parameters of noise reduction system and I would integrate my project with a pc application using the UART port.
In a separate project, rs232 comunication works well, but when I integrate the two codes problems start off.
I use two task, one for the audio streaming and one for uart receiver.
UART0 and I2C0 (aic31 control interface) are multiplexed and I suppose this is the origin of my problem.
Is my guess correct?
Thanks for any suggestion,
Diego