上一页 1 2 3 4 5 6 7 ··· 53 下一页
摘要: LWIP 2.1.2版本 POOL内存生成流程 //memp_std.h LWIP_MEMPOOL(UDP_PCB, MEMP_NUM_UDP_PCB, sizeof(struct udp_pcb), "UDP_PCB") LWIP_MEMPOOL(TCP_PCB, MEMP_NUM_TCP_PCB 阅读全文
posted @ 2023-11-14 19:35 cogitoergosum 阅读(218) 评论(0) 推荐(0) 编辑
摘要: #include "stdio.h" #include <string.h> typedef unsigned char uint8_t; // typedef char int8_t; typedef unsigned char u8; typedef unsigned int u32; type 阅读全文
posted @ 2023-11-10 17:24 cogitoergosum 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 1、10V方波1Mhz输出,占空比20%,经过RC滤波后,稳定输出在2.185V pai型滤波整流 阅读全文
posted @ 2023-11-01 13:44 cogitoergosum 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1、github action 阅读全文
posted @ 2023-10-30 20:32 cogitoergosum 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 我们所说的电压值一般是指相电压, 而相电压 = 线电压/根号3 而线电压/相电压有效值 = 电压峰值/根号2 三相380V是线电压, 三相相电压是220V 阅读全文
posted @ 2023-10-30 18:09 cogitoergosum 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 1、启用CAN发送 2、设置CAN过滤器 3、can发送 4、can接收完成中断函数 参考链接https://blog.csdn.net/weixin_43362027/article/details/132716496 阅读全文
posted @ 2023-10-29 20:48 cogitoergosum 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 1、stm32cubemx 配置pwm io输出的配置方法如下,要选择TIMx_CHx 这类的 1、ARR 指的就是 2、CCR CCR对应的变量 与 以下图一一对应 参考链接:https://blog.csdn.net/L199023/article/details/131193078 阅读全文
posted @ 2023-10-27 16:57 cogitoergosum 阅读(3) 评论(0) 推荐(0) 编辑
摘要: AI插件: BITO、阿里的通义灵码、Phind、Cursor、Sider AI工具 KiMi Chat 用于解析文档 脚本:https://greasyfork.org/zh-CN 阅读全文
posted @ 2023-10-17 08:35 cogitoergosum 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://cstriker1407.info/blog/stm32cubemx-note-ccm-use/ 阅读全文
posted @ 2023-09-01 16:32 cogitoergosum 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://blog.csdn.net/wallace89/article/details/126695773 阅读全文
posted @ 2023-08-28 00:19 cogitoergosum 阅读(41) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 53 下一页