Hi
I am using the lpcxpresso55s36usb_dev_cdc_vcom_lite_bm example from the SDK examples to run USB for my application. I added a customized function in the USB_DeviceCdcAcmBulkOut callback function.
This gets perfectly executed in the debug mode. But when i power cycle the EVK board and use PUTTY to communicate to the application, the callback function is not getting called.
I am using the USBFS pins.
Please help me fix this issue.