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)