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
I used usb cdc in my project for STM32F411CEU and noticed that sometimes Windows shows error 43 in Device Manager. If reconnect device, then everything works as it should. To reproduce the issue, I plugged and popped the device several times
I found that the problem is reproduced less frequently if the frequency of sysclk is increased. And it completely goes away build project in release mode
Hi!
I used usb cdc in my project for STM32F411CEU and noticed that sometimes Windows shows error 43 in Device Manager. If reconnect device, then everything works as it should. To reproduce the issue, I plugged and popped the device several times
I found that the problem is reproduced less frequently if the frequency of sysclk is increased. And it completely goes away build project in release mode
Code:
Just poll and read, nothing more
I was unable to get dump using wireshark, but I recorded what was happening on usb using a logic analyzer:
Rust Usb Bug LA Dump.zip
I use a ready-made black pill board from the Chinese
The problem is not reproducible on a project written in C using CubeMX
The text was updated successfully, but these errors were encountered: