2024-06-22 8:35 PM - edited 2024-09-14 9:09 AM
Has there been any confirmation if there are any compatibility issues with running the STM32CubeIDE on the Qualcomm Snapdragon X Series based Windows 11 Hardware?
2025-06-22 8:34 AM
Any good news for arm on windows user ? have you solved the problem?
2025-06-22 1:43 PM
I wasn't able to sort it out, I ended up abandoning the idea and purchased an older intel-based PC.
2025-06-22 3:26 PM
Sorry to hear that :D cuz i just bought SD X plus laptop... anyways thanks for everything.
2025-07-08 5:57 PM
2025-11-08 3:31 PM - edited 2025-11-09 5:46 AM
Hmm unfortunately CubeProgrammer depends on a custom parameter installed by the custom driver package for ST-Link, this parameter is not added by manual install of WinUsb driver from device manager. This parameter is the ST-Link device interface GUID {DBCE1CD9-A320-4b51-A365-A0C3F3C5FB29} . I don't remember off top of my head whether & how to add it manually in the registry.
Likely, the ST-Link debug server detects ST-Link devices simply by the USB device ID while CubeProgrammer is fancy and looks for the devinterface GUID.
The same with DFU: CubeProgrammer wants the DFU devices to have the device interface {01105872-BF45-43BE-8B67-3C0F2B8CF0D9}. This breaks the ability to install WinUSB driver manually from device manager :(
But programs that detect the devices by the device ID (VID&PID) should find them.