This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSC & CDC Descriptor file conflict

Hello everybody,

i'd need some help with a the USB Interface of the MSP430F6636

Goal is to achieve a MSC + CDC.

After reading the Programmer's guide, successfully tryied both MSC SD Card & Simple CDC LED example on my custom board.

i just tried to merge both applications, using the descriptor tool as help

SO here is what I've done.

Created a new project

- Copied USB_API Folder from the devpack

- Copied CDC's USB_Config folder, deleted the files inside, replaced with the descriptor's output

- Copied the CDC's USB_App folder

- Added FatFs folder, msc.c & .h into the USB_App folder

- Copied CDC's hal.c & .h main.c & system_pre_init.c into the project

- Added these Include lines from the MSC example into the main.

  #include "USB_API/USB_MSC_API/UsbMscScsi.h"
  #include "USB_API/USB_MSC_API/UsbMsc.h"
  #include "USB_API/USB_MSC_API/UsbMscStateMachine.h"
  #include "USB_app/msc.h"  // FatFs #includes

Now when i build the project, i become these errors (see Pic)

If needed I'll upload the complete list.

I think all starts here #145 ....

Any ideas ?

Regards

Nessim

**Attention** This is a public forum