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.

omapl138 logicpd

Other Parts Discussed in Thread: OMAPL138

Hai,

I am Using OMAPL138 LOGICPD board as i am feeding input through line in same output without any change i am getting at output what may be the issue 

is their any issue with CODEC part 

  • Hi Mohammed,

    You may have to provide details like name of the TI Software package you use, it's version and name of the example etc.

    As well as, you may have to brief about what input you feed through? and what is the expected output etc.

  • i am using CCS V6 i am giving input as music Signal via 3.5mm audio jack cable (AUX Cable) i am expecting simple loop back but as soon as i am switching music on i am hearing at output  without debugging program and even after debuging when i press halt button it should stop playing music but its keep on playing 

    is their issue in CODEC as i already checked other programmers like LED it working fine 

    Please suggest me what is actual issue 

  • Mohammed,

    Can you specify what example are you running to test the audio loopback. Is there a CPU based memcpy function doing the copy from inout to output buffers. Can you set a break point at the mem copy function where the input buffers is copied to the output buffer.

    I am wondering if this is occuring due to EDMA moving data from Input FIFO into output FIFO without interference from the CPU so even when the CPU Is halted the EDMA events are being fired and the data moment continues.

    Regards,
    Rahul