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.

TMS320C6746 what files do I need to start programming the peripherals?

Other Parts Discussed in Thread: TMS320C6746, TMS320F2812

I'm new to the TMS320C6746. I have previously programmed TMS320F2812, F2808, F28335.


The first thing I want to do is to use the SPI, I2C, UART and McBSP. First I’m going to test the peripherals using small programs. Then when I see that all works I’m going to move on to SYS/BIOS.


On the TMS320F2812 I downloaded the "C281x C/C++ Header Files and Peripheral Examples". It included many examples and all the header and source files I needed. It helped me to learn quickly.


Now I have found the "TMS320C6746 DSP Technical Reference Manual" (SPRUH80). I think it includes all the information about the peripherals. But where do I find examples and the header and source files to begin testing the peripherals?

  • Marko,

    The right place to ask software questions is in one of our software forums. In this case, the BIOS forum under Development Tools would be your best place. If you wish, we can request this thread to be moved there.

    To find the development software for any DSP, you can start from the product folder such as this link: TMS320C6746. Click on Software & Tools to find all the various development tools available for you. One of the links in the Software and Development Tools list starts with Development Software, so click on that one. This takes you to a list of all the software packages that you can download for this processor, and in the descriptions, one of them includes "device drivers (I2C, McASP, SPI, UART, etc.)" which seems like a good place to start.

    Please let me know if this gets you the information you wanted. If you need more, let me know and I will request this thread be moved to the BIOS forum where the real experts on the tools can help you.

    Regards,
    RandyP

  • Marko,

    I'm not sure if you were expecting any further help on this...

  • Hello again.

    I managed to get hold of the BIOSPSP C6748 02.10.01 (I don't know why this is not available any more for download).

    In the PSP i found the rcsl. It contains (I think) everything I need. That was the answer I needed i think.