Now I have tried it with the eval-board and using a multimeter instead of led
Board is LPC54018M-EVK Rev1
SDK: 2.5
project: lpcxpresso54s018m_dev_cdc_vcom_bm
changes:
files:
- source/usb_device_config.h --> go to hi-speed usb1 instead of full-speed usb0
/*! @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)
- board/pin_mux.c
add this line into function "void BOARD_InitPins(void)"
IOCON_PinMuxSet(IOCON, 2U, 17U, IOCON_DIGITAL_EN | IOCON_FUNC2 | IOCON_DIGITAL_EN);