Hi Alice,
Here are the steps:
- Started a fresh version of LPC54113 dev_cdc_vcom_bm code example by clicking New->import SDK example(s) menu. Then selected the LPC54114J256 SDK and board lpcxpresso54114.
- Selected usb_examples then checked dev_cdc_vcom_bm app. The application is generated and new project added to my project list.
- I built the default configuration and it built successfully.
- Opened usb_device_config,h file. There are 4 devices configurations in “usb_device_config.h” which are KHCI, EHCI and LPCIP3511LS & LPCIP3511HS., the default configuration is set to LPCIP3511FS. I disabled the default configuration and enabled only LPCIP3511HS as follow:
/*! @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)