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.

TMS320C6747: starterware

Part Number: TMS320C6747


Hello

I would like to ask how to amend the C6748 starterware to C6747 use starterware

thank you!

  • Others have asked the question. Some threads:

    e2e.ti.com/.../143915
    e2e.ti.com/.../529908

    With respect to peripheral controllers, the C6747 is almost a subset of C6748. Most Starterware driver code should work as long you don't use a non-existent controller ir instance that does not exist. The pinmux is much different between the processors. That code will need to be carely rewritten. The DMA model is slightly different as well. DMA examples will need to the rewritten. What functionality are you trying to use?
  • thank you for your reply
    At first I tried on C6747 with starterware through GPIO control LED, by modifying the .cmd file successfully achieved the result I want. Later, but when I use uart interrupt to receive data and send it out as it is, the data sent and received data is always different, thinking a few days no answer, very distressed. The total problem is still felt. Cmd file. This is my program.
    Thanks again!

     



  • If is difficult to review you code fragment. You have a lot of literal constants that require a lot of effort to track down. As well some on the defined constants have values not shown in your code fragment. You should post a complete project instead of an image. Easier to review.

    I have posted my port of some the C6748 Starterware examples to the C6747 here:
    e2e.ti.com/.../637043

    Suggest you try the UART code in the above link.
  • Dear friends, thank you very much for your reply.
    I'm going to look at your program.
    Thanks again! wish you a happy life!