|
前段时间把STM32CubeIDE for VS Code升级了,这次又重新使用了一番,发现个小问题,当工作区又多个的时候,debug出现了小问题,似乎找不到目标,目前通过只打开一个工作区实现有效调试,大家有什么应用办法吗? |
SDIO读取TF卡,1bit模式正常,4bit模式无法读取
离线安装帮助插件
STM32U385的PB1引脚设置推挽输出,外部接电阻上拉时,断掉MCU的电源,MCU仍然运行的问题
新版本STM32CUBEIDE在新建工程中无法没有CUBEMX的选项了?
STM32CubeIDE for Visual Studio Code无法使用
STM32 CubeIDE 中的编译器优化等级
cubeide登录不了,软件连不上网
stm32cubeide登录问题
STM32N647配置LTDC时遇到问题
STM32CubeIDE for VScode对工程路径要很严格
微信公众号
手机版
估计是没选对项目文件,可以参考ST官方给的vscode视频,按最后两个视频再测试一下(cmake编译,配置与启动调试)
暂时别用了吧,我遇到uart dma,spi dma的异常,不开dma一切正常,开了之后花式出问题。
转述一个方法试试看:
it is forbidden to open a folder containing multiple cmake folders.
to succeed compiling multiple project
1- create a workspace (not mandatory) 2- open the projects by selecting file menu then add folder to workspace
to select the project to be built 1- go to cmake extension tab 2- go to Project outline window 3- hover the root folder of your needed project 4- if the needed project is not the active one you will see a gear at the right, click on it to set your needed project as the active one for build