Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hi everyone,
I am trying to use the LAUNCHXL-F28379D as a USB peripheral, i.e. the PC will be the host just asking some data to the device (Launchpad). Some doubts I would like to share with you before starting:
- USB0DM is in GPIO42 and USB0DP is in GPIO43, in the launchpad these pins are physically connected to the isolators to the FTDI, since the GPIOs are typically used as the SCIATX and SCIARX. I have thought to lift the isolators legs to disconnect the pads from the isolators and connect to the pads two wires coming from an external USB cable for USB0DP and USB0DN. In this way SCIA is not connected anymore to the FTDI, Would it be any problem/restriction for loading the program and debugging? What about USB0PELT and USB0EPEN? are really needed?
-I am following the example from the C2000Ware called usb_dev_serial, is it the closer to my goal? is there any help or extended documentation about this example?
Best regards