2024-10-18 05:49 AM
I am Implementing RNDIS Over USB using the Stack provided by STM32 Team. The Data Received at the EP OUT Function is Correct for the First Few Bytes of Data, Post that the Data is Jumbled/Incorrect. Not Sure whats the Reasons though.
I tried Verifying the Differences with Different lrndis Stack, i.e. Using Bluepill (STM32F103) and lrndis. Using F103 and LRNDIS, Everything worked perfectly
I modified the Endpoint Address and it's Configuration too, (Device Descriptors, RNDIS Configuration etc) of STM32 Stack to that off lrndis. Still Same issue.
Thereby I tried to look at the lowest level possible, i.e. Sniffing the USB Ports via Wireshark using USBPcap.
I found that upto certain Packets they remain the same between controllers. Later Host Stopped Communicating with the L072. So.....
Here are my Primary Questions:
2024-10-21 08:26 AM
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.