Hi community,
I made LPC55S28-EVK as an USB HID generic device. When I tried to modify endpoint max packet size as 1024 byte, there is an error that the max packet size cannot over 64 byte. If this error exists, config tool cannot generate any USB related file.
Is there any method to set endpoint max packet size over 64 with config tool?

Config tool is very useful for me. Although I can modify usb_device_descriptor.c and usb_device_descriptor.h manually to fulfill my purpose, this method is inconvenient when I need to add new function by config tool next time.
By the way, I had checked that LPC55xx is able to transfer 1024 byte, and I also remember to modify report count in HID report descriptor.

Best regards,
Amber