ST DFU Bootloader Issue with some USB ports
Hi community,
I implemented a C# application to monitor, configure and upgrade a ST device (STM32F072). On my development notebook it works fine, but only if I connect the device via USB with the docking station or to my laptop without docking station. In case I connect the device to the laptop when it is supplied by docking station it doesn't work. On laptop of my colleague it doesn't work anytime. On his laptop also the ST DFU Tester software tool which is part of DFUse V3.0.6 is not working correct. It seems that not all pages are erased.
In my application I implemented a stopwatch and see that some earse/write commands are much too fast (1-2ms), in this case was not successful. In case it takes ~25ms it is successful.
Another test was to minimize my application only to detach and also here it works if the ST device is connecetd to dockingstation, but not if the device is connected direct to my notebook.
Did anyone see similar behaviour and has some inputs to solve the issue. It's really crazy and at the moment it's not clear to say where the route cause is?
Thank you. Carsten