CDC USB receive with XMODEM
I'm using STM32F745. I would like to use the CDC USB to receive data from Tera Term using the XMODEM protocol. I can configure CDC_Receive_FS() to receive data for blocks of 64 bytes or less. The procedure for this is well documented. XMODEM packets are 133 bytes. I can only reliably receive the first 64 bytes. It won't communicate at all if CDC_DATA_FS_MAX_PACKET_SIZE is increased beyond 64. How can I facilitate this?
