Can I change endpoint size from 64B to 128B for USB2.0 FS device CDC class ?
I’ve modified the firmware code generated out of STM32CUBEMX the endpoint size change from 64B to 128B. Since this change is in the firmware, the Host driver will read this value from the Device descriptor (during enumeration) and ensures that the driver receives and transmits max of 128B. Though it is against the USB2.0 FS standards which recommend max of 64B, what could be the impact and issues. So far I've tested with short packets and upto 128B, it works seamlessly correct without packet or data loss.
