Hello E2E,
I would like to use the USB Developers Package with the MSP430FG6626 which has an integrated USB. Information on the ti.com site for this USB Developers Package includes this device as a supported device, but documentation within the downloaded package does not mention it. When examples from the package are built with the target set to MSP430FG6626, an error is produced indicating that the device.h file does have this as a defined device possibility for the example codes. Is there a workaround for this by assigning this define __MSP430GF6626__ to another device that has the same configuration or introducing a new devicelib for it? If so what is the best method?
FROM TI.COM:
http://www.ti.com/tool/MSP430USBDEVPACK
under devices: MSP430FG6626
FROM DOCUMENTATION:
The API stack and examples run, unmodified, on all four USB-equipped MSP430 families:
F552x/551x
F550x (including the F5510)
F663x/563x
F665x/565x
(Note that the F5510 is considered a member of the F550x family, and not the F551x family.)
The only hardware configuration required is to select the appropriate MSP430 derivative in the
project settings. A few of the examples use buttons or an SD-card, which may be hardwaredependent.
See the Examples Guide within the USB Developers Package for step-by-step
instructions for configuring this. For starting a new USB project, see Sec. 4.