会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xutongxin
博客园
首页
新随笔
联系
订阅
管理
2023年10月17日
Clion+STM32配置环境
摘要: Clion+STM32配置环境 下载安装 下载Clion,具体步骤省略 https://www.jetbrains.com/clion/download/ Clion官方的教程网址如下 https://www.jetbrains.com/help/clion/embedded-development
阅读全文
posted @ 2023-10-17 16:29 Yecgaa1
阅读(198)
评论(0)
推荐(0)
2023年9月17日
SbusDMA
摘要: SBus+HAL+DMA库 首先是cubemx配置时,如图 注意波特率,字节长,校验,停止位,最后有一个只接收(Sbus是单向协议 DMA NVIC 然后把文件复制到对应地方 然后在main.c中加入以下代码 uint8_t USART2_RX_BUF[USART_REC_LEN]; //接收缓冲
阅读全文
posted @ 2023-09-17 21:40 Yecgaa1
阅读(83)
评论(0)
推荐(0)
7.30
摘要: 每次都是255因为你没能进任何一个if 代码位置异常,在return之后(你之前这里是uart.write,我只是替换没有改过位置) 我写的send并不是真代码确实有些问题,不过你不是说发给你就好了吗?看来是你没认真听懂我的send是怎么写的 已经修复字节打包的问题 修复全局变量分布在程序的每个角落
阅读全文
posted @ 2023-09-17 20:40 Yecgaa1
阅读(11)
评论(0)
推荐(0)
2022-3-4-Ubuntu快速配置与指令
摘要: 换源(直接GUI换就比较好) 安装vscode sudo snap install --classic code 安装Kraken sudo snap install gitkraken --classic 安装ProxyChains sudo apt install proxychains -y
阅读全文
posted @ 2023-09-17 20:40 Yecgaa1
阅读(31)
评论(0)
推荐(0)
2022-3-10-面试知识
摘要: float浮点型变量在计算机内存中占用4字节(Byte),即32-bit。 一个浮点数由2部分组成:底数m 和 指数e。 https://blog.51cto.com/clown5/1710036 float 和 char float:占4个字节 double: 占8个字节 double 和 flo
阅读全文
posted @ 2023-09-17 20:40 Yecgaa1
阅读(24)
评论(0)
推荐(0)
2022-2-7-鸿蒙假期3
摘要: layout: post title: 鸿蒙假期3 categories: 日志 tags: - 日志 - 大二 - 大二寒假日志 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/P
阅读全文
posted @ 2023-09-17 20:40 Yecgaa1
阅读(8)
评论(0)
推荐(0)
2022-2-26-合泰单片机
摘要: layout: post title: 合泰单片机 categories: 日志 tags: - 比赛 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/PictureBed
阅读全文
posted @ 2023-09-17 20:40 Yecgaa1
阅读(58)
评论(0)
推荐(0)
2022-2-23-EC-01G
摘要: layout: post title: EC-01G模块 categories: 日志 tags: - 比赛 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Picture
阅读全文
posted @ 2023-09-17 20:40 Yecgaa1
阅读(25)
评论(0)
推荐(0)
2022-2-20-大二下
摘要: layout: post title: 大二下日志 categories: 日志 tags: - 日志 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/PictureBed
阅读全文
posted @ 2023-09-17 20:40 Yecgaa1
阅读(17)
评论(0)
推荐(0)
2022-2-15-PWM
摘要: layout: post title: 蓝桥杯备赛 categories: 日志 tags: - 比赛 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/PictureBed
阅读全文
posted @ 2023-09-17 20:40 Yecgaa1
阅读(153)
评论(0)
推荐(0)
下一页
公告