Hi,
We have a customer trying to implement a USB CDC VCOM app based on the code example "dev_cdc_vcom_bm". The default device configuration is LPCIP3511FS. This is the only configuration that builds and working but with packet size 64 bytes only. When the customer tried to configure different USB IP such as EHCI, KHCI or LPCIP3511HS, he got lot of compiling errors. I did try by myself and was able to see those errors. Is it expected behavior or there is something wrong. The customer wants to increase the end point packet size to 512 bytes instead of the default 64 bytes.
Thanks.
Ayman Sydhom
已解决! 转到解答。
Hello @asydhom
LPC5411x doesn't support high-speed USB, only one full-sped usb interface, so there will be error.
BR
Alice
Hi Alice,
Here are the steps:
/*! @brief LPC USB IP3511 FS instance count */ #define USB_DEVICE_CONFIG_LPCIP3511FS (0U)
/*! @brief LPC USB IP3511 HS instance count */ #define USB_DEVICE_CONFIG_LPCIP3511HS (1U) |
5. Cleaned the build, then re-build the project. At this point I am getting too many errors
When I rebuild the application, it produces too 91 errors:
05:41:35 Build Failed. 91 errors, 0 warnings. (took 1s.609ms)