Hi Rajkumar,
For TMS320C6746, you can use the starterware examples of C6748. You can download it from http://www.ti.com/tool/starterware-c6dsp
The starterware has the USB device serial example which uses the CDC driver . You can take that as a reference…
You might have the wrong StarterWare package. Shankari G noted this one:
www.ti.com/.../starterware-dsparm
StarterWare for ARM and DSP based TI processors
v01.10.04
Maybe use this one instead:
www.ti.com/.../starterware-c6dsp
StarterWare…
Assuming bare-metal, OS-less. Take a look at StarterWare. It's not very good but it's a start... http://www.ti.com/tool/starterware-c6dsp http://www.ti.com/tool/starterware-dsparm
Hello Jussi,
best starting point is using the C6748 Starterware:
http://www.ti.com/tool/starterware-c6dsp
In this software package you will find examples for USB mass storage class or serial class which allow you a data exchange between C674x and…
FYI, there's brand new low-level code written by TI called Starterware. You can download it here:
http://www.ti.com/tool/starterware-c6dsp
Perhaps you will have a better experience with that code.
Brad
Hello,
You can download the BIOSUSB package from TI website. But, we don't provide JUNGO source code.
Please contact JUNGO for getting source code.
Please check following link for Starterware. This is developed by TI and comes with the source…
Other Parts Discussed in Thread: SYSBIOS , STARTERWARE-C6DSP , TMS320C6748 Hello,
Is there an ethernet stack available in sysbios for the TMS320C674x devices? If not, when?
Thanks!
Paul
Elliot
C6746 does support 4 Transmit (TX) and 4 Receive (RX) endpoints in addition to endpoint 0.
Have you also got a chance to look at some software code examples TI provides? The code offers some USB examples.
For non-OS platform, you can take…
Hi Akshay,
starter examples of McASP which demonstrates audio input and output in I2S mode using DMA are available.
You can try running those examples.
Download the starterware-c6748 from this link: http://www.ti.com/tool/starterware-c6dsp
After…