Hi

 

1) I'm using the firmware contained in the folder (MSP430F16X_SW_IAR) Application Report SLLS276A.zip (MSP430 USB Connectivity Using TUSB3410). I understand that this firmware is stored on the MSP430 flash. The problem is that my microcontroller is MSP430FG4618, and the registers are different compared to MSP430F16X. I'm trying to adapt the code for my microcontroller .I' d like  to know the easiest way to establish and widespread communication between the TUSB3410 device and a host PC? There is another folder (MSP430FG461x_EEPROM_IAR) that makes the emulation of EEPROM. This code establishes the recognition when the TUSB3410 device connects to the host PC?. My goal is to send data from the FIFO memory (SN74V293) of the microcontroller to the host PC.

2) USB vendor ID: 0x0451 (TI's VID)
   
USB product ID: 0xbeef

 
The. Inf file must have these same values to associate the USB device that is connected to the host PC?

 

Thanks