2026-01-22 12:11 AM - edited 2026-01-22 12:12 AM
After installing under STM32Cube key actions, and all other headings, "There is no data provider registered that can provide view data." is displayed. I have tried adding the path to Cube MX. In the STM32Cube Core plugin, runtime status shows not yet activated. Manually activating does not work. Running on Windows 11 arm64.
If I roll back to a version 2, everything seems to function, however I need version 3 working.
Any suggestions?
Solved! Go to Solution.
2026-01-23 1:52 AM
Waiting for native support of Windows arm64 one possible solution -though not acceptable for everyone- would be to install the x64 version of VSCode on an ARM64 host, which works out of the box thanks to the integrated Windows Emulator.
As of today, this allows the installation and running of our extensions and bundles, which should work. I have just verified it by performing installation, project creation, build, and debugging; all work fine for me.
Be aware that the tools are not validated in this configuration. You might face unexpected issues, which should be reported on the community forum with a clear description of the context.
2026-01-22 12:19 AM - edited 2026-01-22 12:20 AM
Hi @ryan4, Windows 11 ARM64 is not supported yet. Sorry for the inconvenience.
The extensions support Windows x86_64, Linux x86_64, and macOS x86_64 & ARM64.
2026-01-23 1:52 AM
Waiting for native support of Windows arm64 one possible solution -though not acceptable for everyone- would be to install the x64 version of VSCode on an ARM64 host, which works out of the box thanks to the integrated Windows Emulator.
As of today, this allows the installation and running of our extensions and bundles, which should work. I have just verified it by performing installation, project creation, build, and debugging; all work fine for me.
Be aware that the tools are not validated in this configuration. You might face unexpected issues, which should be reported on the community forum with a clear description of the context.