Part Number: TMS320C5515
Other Parts Discussed in Thread: TMS320C5517
Hi,
I have inherited a couple of designs that use the TMS320C5515 and TMS320C5517 DSPs. I am trying to implement a USB-serial interface such that the board appears to the OS as a USB serial device. The aim is to receive text based commands and output text based responses and additional debug information (perhaps with the debug information on a separate serial endpoint, but that's not important at this time).
I'm using CCS v12.8 and TMS320 DSP-BIOS v5.42. I expect the interface implementation to use the Chip Supprt Library (CSL).
I've not implemented any type of USB device so any information would be helpful.
I've been reading multiple TI documents, including TMS320C55x CSL USB Programmer’s Reference Guide (SPRU511). Section 3.1 of that document includes the following statement:
The CSL USB graphical user interface (GUI) facilitates the configuration of the Universal Serial Bus (USB) module.
Where can I get this CSL USB GUI application?
Thanks.