Other Parts Discussed in Thread: C2000WARE
Hello,
Using CCS 9.3, I imported a USB example for TMS320F28075 from C2000Ware Version 2.00.00.03. The project name is usb_ex1_dev_serial and the original location is "D:\ti\c2000\C2000Ware_2_00_00_03\driverlib\f2807x\examples\cpu1\usb"
I observed the following issues:
1) The default configuration for this project CPU1_RAM could not be loaded to device, it warns about writing to an illegal address (flash location probably) and the main program does not appear for debug.
2) I switched to CPU1_FLASH configuration and programmed the device, in this case program halts at USBGPIOEnable function when trying to configure GPIO120 that does not exist on any TMS320F28075 packages.
The project seems to be originally written for a BGA package of TMS320F28375x.
My question is where can I find documentation on connecting VBUS and ID pins of USB connection to TMS320F28075 in device mode?
With regards,
MHG