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.

CCS/TMS320F28069: USB 28069U IC

Part Number: TMS320F28069


Tool/software: Code Composer Studio

Hi,

I'm trying to use 28069U IC to implement a control board.

However, I don't want to use the JTAG pins to connect a computer,

I prefer to using the USB0DP & USB0DM pins to connect a computer (through USB port).

Here is a question, if I want to use(enable) USB0DP & USB0DM pins,

I have to set the USBIOEN bit in the GPACTRL2 register,

but I don't connect to computer through JTAG, how do I set the GPACTRL2 register?

Thanks in advance.

Bojun Wang

  • Hi,

    You can use a ROM bootloader to load a program into RAM and run that program. You can also use the serial flash programmer or USB flash programmer to load an application into flash.

    Please see www.ti.com/.../sprabv4b.pdf

    Also, the USB bootloader in ROM will configure the USB and enable communication. You can use the usb flash programmer Visual Studio project and executable to communicate with the bootloader.

    Hope this helps,
    sal