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.

TMS320C6713,recognized as TMS320C6211?

Hi

    I have a big problem.My partner made an PCB,the main chip is TMS320C6713,and there are some other chips to receiver the GPS signal,but there is an error:

      mcbsp1.out Does not match the target type, not loaded.

      I used CCS V3.3.And I found that the chip I used is TMS320C6713,but the software recognized it as TMS320C6211.

      Now i look at the CSR,CSR[31:16]=0005.

      I look at the datasheet,foundthat for TMS320C6713,CSR[31:16]=0203,for TMS320C6211 CSR[31:16]=0002

      I don't know how to solve this problem.

     Please help me.

      tang

 

  • Hi Tang,

    Thanks for your post.

    Please review the software code and check whether it is written for TMS320C6211 target, If it is so, you have to tune the software code to perform platform level manipulations to load in to the TMS320C6713 target. Kindly make sure.

    Another chance may be, in CCS3.3, you would have mistakenly selected the target configuration type as TMS320C6211 instead of TMS320C6713 before building the project. So, the software is written fof TMS320C6713, but it is wrongly recognizing it for TMS320C6211 and thereby, it failed to load the image mcbsp1.out since it does not match the target type. Kindly ensure the target configuration type selected in CCSv3.3

    Thanks & regards,

    Sivaraj K

    -----------------------------------------------------------------------------
    Please click the Verify Answer button on this post if it answers your question.
    -----------------------------------------------------------------------------