You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, on my device got the issue goes further to transmit corrupted data always in composite device mode. My chip is STM32F746 and a pair of descriptor complects(class descriptor, configuration and functions to handle diffrerent USB connection stages as Init, DataIn etc.): one for standalone CDC and one for CDC+MSC. For composite device I used functions from your topic (which is great and very helpful!!) and now all except CDC transmittion is working fine. But calling CDC_Transmit_FS function leads to transmitting of junk bytes instead of buffer provided. An amount of junk bytes is always 4. Which way it could be resolved? Where to dig? same function is working fine when the device is in standalone CDC mode as well as CDC_Receive_FS works fine in both modes. May it be some PMA buffer issue or maybe what else? Thank you
No description provided.
The text was updated successfully, but these errors were encountered: