Hi Sharad
This problem may be caused by SW or HW design.
On SDK side, you need enable high speed mode with below code:
/*! @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)
please test your modified SDK code with a demo code. If your code can work well on demo board, you need check your hardware design. USB1 is High speed USB, from the feedback of my customer, It is sensitive. so I suggest you refer our demo board USB1 design schematic.
For example, PRTR5V0U2X is recommended as additional ESD protection.
For more, see attached LPCXpresso54608 schematic, page 2 for USB1 module
Have a nice day,
Jun Zhang