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.

ads1293evm USB CDC

Hello


I am trying to activate the USB as a CDC. I have downloaded and compiled this example:

MSP430USBDevelopersPackage_5_00_01\MSP430_USB_Software\MSP430_USB_API\examples\CDC_virtualCOMport\C0_SimpleSend

I have modified the following line in main.c to support the board 24MHz click:

    USBHAL_initClocks(24000000);   // Config clocks. MCLK=SMCLK=FLL=8MHz; ACLK=REFO=32kHz

The PC did not recognize the board at all, not even a plug an play event.

1) Is my modification correct?

2) Do I need to modify anything else?

3) Is there a working code sample for this board as CDC or HID?

Thank you

Benny