上一页 1 2 3 4 5 6 ··· 52 下一页
摘要: CLOSE_WAIT是服务器未能处理完,导致CLOSE_WAIT一直处于存在,导致服务器资源消耗 主要的配置参数: TCP_KEEPIDLE TCP_KEEPINTVL TCP_KEEPCNT TIME_WAIT是客户端一直等待服务器过程, 迟迟未等待服务器的返回,导致客户端资源消耗 主要的配置参数 阅读全文
posted @ 2023-11-16 17:14 cogitoergosum 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(114) 评论(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 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 1、10V方波1Mhz输出,占空比20%,经过RC滤波后,稳定输出在2.185V pai型滤波整流 阅读全文
posted @ 2023-11-01 13:44 cogitoergosum 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1、github action 阅读全文
posted @ 2023-10-30 20:33 cogitoergosum 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 我们所说的电压值一般是指相电压, 而相电压 = 线电压/根号3 而线电压/相电压有效值 = 电压峰值/根号2 三相380V是线电压, 三相相电压是220V 阅读全文
posted @ 2023-10-30 18:09 cogitoergosum 阅读(135) 评论(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 阅读(35) 评论(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 阅读(2) 评论(0) 推荐(0) 编辑
摘要: AI插件: BITO、阿里的通义灵码、Phind、Cursor、Sider AI工具 KiMi Chat 用于解析文档 脚本:https://greasyfork.org/zh-CN 阅读全文
posted @ 2023-10-17 08:35 cogitoergosum 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://cstriker1407.info/blog/stm32cubemx-note-ccm-use/ 阅读全文
posted @ 2023-09-01 16:32 cogitoergosum 阅读(13) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 52 下一页