null
null
创建项目时选择空项目。不要选模板。
空项目不会产生任何文件,这个插件并没有修改相关源文件的功能。
多试几次,windows 上有时候会出现这个问题
@Sevenmike7 已回复:https://discuss.em-ide.com/d/757-stlink/2
这个是编译器报错,检查你的用法是否存在问题
麻烦推送到 dev 分支
Same problem here, i am writing a uart decoder, sometimes garbled characters appear and I need to ignore them, but `decode('utf8', 'ignore')` will throw an error. The expected behavior should...
> Same problem here, i am writing a uart decoder, sometimes garbled characters appear and I need to ignore them, but `decode('utf8', 'ignore')` will throw an error. > > The...
默认是 gcc 的,如果要用 armcc 可以直接切换 注意就是切换后, .s 要换成 armcc 格式的,同时下图中的 CPU 类型,Flash 布局等参数都要重新设置 