Other Parts Discussed in Thread: MSP430F5529, MSP430F5510, CCSTUDIO
Hi everybody,
I try to load the C1_example of the USB CDC examples with CCS and I follow the steps that the document "Programmers_Guide_MSP430_USB_API" mentions. The device used is the MSP430F5510 mounted on the MSP-TS430RGC64USB Target-Socket Module but these examples are written for the MSP430F5529. According to the programmer's guide I choose my device variant, the MSP430F5510, in the CCS Build and I press OK. After pressing OK, in the window "Save Build Configuration Settings" I choose the first save option (please see picture) and I get the following error message.
The document migration.log gives the following message:
!CONFIGURATION: 'com.ti.ccstudio.buildDefinitions.MSP430.Debug.1292462556' [Wed Oct 31 09:25:12 CET 2012]
!TOOL: 'com.ti.ccstudio.buildDefinitions.MSP430_3.2.exe.compilerDebug.247697689'
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.MSP430_3.2.compilerID.SILICON_ERRATA.CPU40
Ignoring this message I try to build the project and I get the following error messages:
Severity and Description Path Resource Location Creation Time Id
could not open source file "descriptors.h" C1_Example/USB_API/USB_CDC_API UsbCdc.c line 35 1351669960857 9
could not open source file "descriptors.h" C1_Example/USB_API/USB_Common dma.c line 38 1351669960857 8 could not open source file "descriptors.h" C1_Example/USB_API/USB_HID_API UsbHid.c line 40 1351672738057 6
could not open source file "descriptors.h" C1_Example/USB_API/USB_HID_API UsbHidReq.c line 41 1351672738057 7
could not open source file "descriptors.h" C1_Example/USB_API/USB_MSC_API UsbMscReq.c line 35 1351672738057 4
could not open source file "descriptors.h" C1_Example/USB_API/USB_MSC_API UsbMscScsi.h line 38 1351672738057 5
could not open source file "descriptors.h" C1_Example/USB_API/USB_PHDC_API UsbPHDC.c line 35 1351672738057 3
could not open source file "USB_API/USB_Common/device.h" C1_Example/USB_config UsbIsr.c line 36 1351672738057 1
could not open source file "USB_API/USB_Common/device.h" C1_Example/USB_config descriptors.c line 36 1351672738057 2
could not open source file "USB_API/USB_Common/types.h" C1_Example/USB_config descriptors.h line 44 1351672738057 0
Please could you give some tips in order to load correctly these examples???
Thanks a lot in advance!!!