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.

How to execute TI 6488 AIF loopback examples?

Other Parts Discussed in Thread: CCSTUDIO

hi,

 I am trying to execute the Antenna Interface Example for loop back  from ccstudio. i am able to compile but not able to get the output and when i debug it using step into i get Code composer unable to locate  _csl_intcIntrEnDisRes.asm file ....

kindly please help....

Vinay Joshi

  • vinay joshi said:
    when i debug it using step into i get Code composer unable to locate  _csl_intcIntrEnDisRes.asm file ....

    That message means that either the assembly file is not in your project or you do not have a debug source search path set up for it (or both).

  • hey i checked that.. i am trying to run the loop back programs.. but the output aras below for the programs i tried...

    1) aif_combine_two1xto2x_full_frame

    Result:

    Testcase running...

    Test case failed - Rx data does not match at 153600 places with Link0 ref data

    Test case failed - Rx data does not match at 153600 places with Link1 ref data

     

    2) aif_cpri_lbk_dl_4x_short_frame

    Result:

    Testcase running...

    Test case failed - Rx data does not match at 153600 places with Link1 ref data

    3)aif_cpri_lbk_generic_4x_15bit_short_frame

    Testcase running...

    Number of lines to compare: 15360

    Test case failed - Rx data does not match at 153600 places with Link1 ref data

    4) aif_cpri_lbk_ul_2x_7bit_short_frame

    Result:

    Testcase running...

    Test case failed - Rx data does not match at 8192 places with CS ref data

     

    5) aif_cpri_lbk_ul_2x_short_frame

    Result:

    Testcase running...

    Test case failed - Rx data does not match at 7168 places with CS ref data

     

    6) ai_cpri_4x_loopback_7bit_UL

    Result:

    Test case Failed

     

    7) aif_obsai_lbk_dl_4x_full_frame_loopback

    Result:

    Testcase running...

    Test case failed - Rx data does not match at 153600 places with CS ref data

     

    i tried runnig each copy of the program on a single core....changed the L2 address also.. then also the same output.... please help...