STM32Cube for Visual Studio Code (MCUs)

Ask questions on the STM32Cube for VSCode extension. Find answers on a variety of topics, including build issues, debug functionalities, CMake project integration, and feature requests for CubeCLT installation.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

vcpkg configuration

Hello,Every time I try to import a project to VSCode I get the following vcpkg configuration error:read_contents("C:\Users\<username>\AppData\Roaming\Code\User\globalStorage\ms-vscode.vscode-embedded-tools\vcpkg\root\scripts\vcpkgTools.xml"): no such...

CRebe.1 by Associate II
  • 7533 Views
  • 11 replies
  • 1 kudos

Can't import MP1 project

I have installed the STM32VSCode extension, which can successfully import H7 projects from CubeIDE. But when I import the MP157 project, it prompts:Project import failed. Unable to determine CPU type from target" STM32MP157DAAx ".Does the STM32 VSCod...

ccc by Associate
  • 1107 Views
  • 0 replies
  • 0 kudos

Memory View VS Code

Hi,With VS Code I want to use the memory view which works fine for decimal. But does not seem to work if I have 0x20000000.Here is my launch.json in case  { "name": "Launch2", "type": "cppdbg", "request": "launch", "cwd": "...

bibble235_0-1687569406473.png
bibble235 by Associate III
  • 3070 Views
  • 2 replies
  • 0 kudos

BlueNRG Readout Protection

Hello,I'm using BlueNRG-LP device and program my FW with RF-Flasher 4.3.0 in SWD mode. I set the "Readout Protection". Afterwards I cannot access the device anymore. From the manual RM0479 "Readout Protection" can be disabled with a mass erase. So I ...