USB connection with no firmware causes lags on macOS
I'm programming a firmware with USB CDC support on an STM32F405. I noticed that when I connect the board to my system without working firmware running, all USB devices start glitching out. Every second, the mouse cursor stops moving for a moment. This also happens if I start a debug session, when the debugger has stopped the firmware before MX_USB_DEVICE_Init() got called. This goes on for a minute and then stops. Unfortunately, the macOS logs show no USB related errors.
Has anybody seen this behaviour and maybe knows a workaround? Is something wrong with my board?
