cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE compatibility with Snapdragon X Windows on Arm

tatemazer
Associate II

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?

14 REPLIES 14

Any good news for arm on windows user ? have you solved the problem?

I wasn't able to sort it out, I ended up abandoning the idea and purchased an older intel-based PC.

Sorry to hear that :D cuz i just bought SD X plus laptop... anyways thanks for everything.

Hello I had used X-ELITE PC with CubeIDE as Winusb driver and ST-LINK OpenOCD.

It works fine for debugging.

But it cannot use for CubeProgrammer

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.

 

PavelA_0-1762695992777.png