STM32 USB_CDC fails to receive data of 50 bytes and reports wrong data incoming data length
Hi, I'm working on a modified CDC USB device in full-speed mode (STM32WB55, with STM Cube 1.9.0). I modified it to be a CCID class device.The issue I'm having is that when I send data of length 50 (51, 52, 242,243,244, 247,248,249), it just fails and...