2025-03-22 5:29 AM
"static uint8_t USBD_CDC_DataOut(USBD_HandleTypeDef *pdev, uint8_t epnum)"
In stm32u575 controller and in this function while I am calling
"uint32_t receivedLength = USBD_LL_GetRxDataSize(pdev, epnum);" it gives me 1 insted of 6 or 5 bytes I am reciving so that I could not get entire data
2025-03-22 7:00 AM
Probably the data is being split up into several packets. What program is sending the data?