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 code problem



Hello,

I want to ask about the code to control TMS320C6713 Digital I/O Digital output  pole?

  • Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages (for processor issues). Be sure to search those for helpful information and to browse for the questions others may have asked on similar topics (e2e.ti.com).

    Moving this thread C67xx single core forum for faster and appropriate response. We will get back to you on the above query shortly. Thank you for your patience.

  • Hi Yirou,

    For TMS320C6713, there is an officially released TI software package. I would recommend you to download and check for any sample code available for your requirement.

    Go to this TI page and check under "Tools and software" section.

  • Hi Shankari,
    I agree with you that you point out to see the page of "TMS320C6713 | Other C6000DSP | Tools & software"
    I have check it .
    However, it talk a lot about the Analog to Digital and Digital to Analog processing.
    But, there is not detail about the generate the signal to digital output.
    The" detail " is mean the program correction some thing like this
    for example in the A/D D/A (analog to digital ,digital to analog) case
    we will have

    "ad_data[0] = *(volatile Int32 *)DSKIF_AD0;"to define the A/D input pole
    "e[0]=(float)ad_data[0]/(float)32768;" to define what signal can send in
    "da_data[0] = (Int32)(y[0]*(float)32768);"to define what signal will output
    "*(volatile Int32 *)DSKIF_DA0 = da_data[0];"to define the D/A output pole

    so I am asking about this things
    How to define the Digital I/O in the program
    And how to define what signal can output

    Digital I/O is the pole that only sent 0 or 1

    Because I want to do the experiment about using the DSP to generate digital signal to the digital output like "1 0 0 0" to control the Multiplexer
    (CD40067B) to let it can control which data will go to the DSP A/D (analog to digital ) input pole.

    Thank for your reply :)

    -----------
    Regards,
    Yirou
  • Yirou,

    Please go through the training material available here.

    Your questions are the types of things covered in the training material.

    A lot of people have mentioned a book by Rulph Chassaing. You can find several references on this forum if you search for his last name.

    Regards,
    RandyP