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.

CCS/MSP432E401Y: Use the usb_mouse_host(simple code) to modify the problem.

Part Number: MSP432E401Y


Tool/software: Code Composer Studio

 1: using usb_mouse_host(simple code), I want to modify to support the ULPI protocol mode to be the host device.Modified the two interfaces: no success.

(1) Board_initUSB (Board_USBULPI);

(2) USBMH_init (Board_USBULPI);

2: but with usb_cdc_mouse_device(simple code), the following two interfaces can be modified to simulate the success.

(1)  Board_initUSB(MSP_EXP432E401Y_USBULPI);

(2) USBCDCMOUSE_init(MSP_EXP432E401Y_USBULPI);

Note (use your own company board, add usb3340 chip to support ULPI protocol on usb interface)

**Attention** This is a public forum