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.

Can not compile TUSB3410 bootcode (USB-UART)

Other Parts Discussed in Thread: TUSB3410

Now, I'm under study about TUSB3410. I download code from SLLC139.zip and I try to compile it, but I can not compile it by keil compiler.

Any one can help me? please..

And who have example code for comunication between PC<->TUSB3410 to control GPIO I'm appreciate for support krab.

  • Hello Sila,

    Sorry for the late response...

    If you download SLLC139.ZIP you will only find a TXT file which is a code example of our bootcode embedded in the 3410 device.

    This is not a buildable source code. If you take a look at the TXT file, you will find the following test “The following is a series of code files comprising the bootcode for TUSB3410.  It is already resident in on-chip ROM and therefore was not intended for our customers to compile “as is” and execute on the evaluation board.  Rather, it is provided to serve as an example of how to program the device, and excerpts of the code can be used in real applications (for example, the I2C subroutines)

    I hope this help you to clarify how is this sample code intended to use…

  • Hi, I am also looking for example source code for TUSB3410.

    Either CDC or HID is OK.  Is there any? 

     

     

     

     

  • Sila,

    firmware-0.1.tar.gz in

    http://sourceforge.net/projects/uticom/files/

    can be compiled by sdcc.

    It works as minimal serial to usb conversion

    but it is not CDC or HID, you need to write

    device driver for your host.

    FYI.

     

  • Hi,

    There's one HID firmware available, unfortunately we don't have any with CDC functionality.

    In case you want to take a look at the HID firmware, you should go here: http://focus.ti.com/docs/toolsw/folders/print/tusb3410gpio-srccode.html

    Description

    The TUSB3410GPIO-SRCCODE Application Demo Firmware is a 4-key keyboard controller application designed to operate with the Texas Instrument TUSB3410 microcontroller. The code is designed to operate the TUSB3410 as a General Purpose MCU and not as a USB-Serial Converter.

    Features

    • Exercise the 4 GPIO pins via a small keyboard application.
    • Assumes use of the USB HID class driver