Hello!!!
I am use:
1. Zoom OMAP-L138 eXperimenter Kit
2. Code Composer Studio Version: 4.2.4.00033
3. DSP/BIOS 5.41.0.06
4. PSP 01.30.00.06
My application consists of two tasks. The first task is sending every 100ms, the second - taking every 100ms. The tasks have the same priorities. If you do not make the separation in time of the operation to send and receive, in any operation soon cease to be performed via the UART. By dividing the execution time of these operations by semaphore, UART is stable, but the semaphore make a great delay in the execution time. Next, I need to build UART in an application that uses audio and SD card. Soon UART stops working. Hangs when sending to UART, an error code - the output of the timeout GIO_submit (). UART operates in interrupt mode, sound mode - ebma3. In what may be the problem?
Thank you.