
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
VScode怎么设置快速跳至行尾快捷键
在keybindings.json文件中添加如下代码:{"key": "ctrl+enter","command": "cursorEnd","when": "editorTextFocus"}保存后就可以按ctrl+enter跳至行尾了。更多快捷键指令可以去vscode官网查看:https://code.visualstudio.com/docs/getstarted/keybindings..
【STM32CubeIDE】将变量定义到指定地址
使用Keil在使用Keil编写程序的时候我们可以很轻松的将变量定义到指定地址uint8_t array[1024] __attribute__((at(0x20010000)));使用STM32CubeIDE由于编译器不同,STM32CubeIDE中是不支持 __attribute__((at()))这一属性的,所以需要另辟蹊径。在网上查找到的资料说可以使用__attribute__((secti
到底了







