上一页 1 2 3 4 5 6 ··· 26 下一页
摘要: User Output Value# 相机的 User Output Value 功能允许您通过软件将一个或所有输出线路的状态设置为高电平 (1) 或低电平 (0)。 这对于控制外部事件或设备(例如光源)很有用。 该功能的使用# 设置一个 I/O 线路的输出状态# 要设置 I/O 线路的输出状态: 阅读全文
posted @ 2024-01-08 21:27 fire909090 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1. git reset --hard *** failing 1. git reset --hard ***version failing 错误信息:fatal: Could not reset index file to revision 'origin/master' 解决方法: 使用下面2条 阅读全文
posted @ 2023-10-09 11:59 fire909090 阅读(69) 评论(0) 推荐(0) 编辑
摘要: TCM=Tightly Coupled Memory,是一种高速缓存,直接集成在CPU芯片中。 DS有两种TCM,分别是ITCM(Instruction TCM)和DTCM(Data TCM)。 1、内存支持列表中,内存详细参数里,SS指的是单面内存,DS指的是双面内存。 内存一共有两面,根据内存总 阅读全文
posted @ 2023-08-31 19:31 fire909090 阅读(698) 评论(0) 推荐(0) 编辑
摘要: 最常用快捷键快捷键太多,没必要完全记下来,只需记住一些常用的快捷键即可,一些不常用的快捷键在使用的时候加强记忆就好。列举出我自己常用的快捷键,不多,但够用!应付日常开发工作绰绰有余。 Ctrl + Shift + P 这个必须要放在第一位,这个命令是所有「命令之母」。这么说一点也不过分,它会打开 V 阅读全文
posted @ 2023-08-16 11:01 fire909090 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 文章目录系列文章目录一、启动代码(Boot ROM和Boot Code)二、启动模式选择(Boot Mode)三、外部启动设备配置(Boot Devices)1. 外部启动设备配置2. 启动设备属性配置四、启动相关GPIO引脚五、总结 一、启动代码(Boot ROM和Boot Code)Boot R 阅读全文
posted @ 2023-08-11 11:09 fire909090 阅读(101) 评论(0) 推荐(0) 编辑
摘要: Pulse Width Modulation or PWM is a term you hear a lot if you are interested in controlling power output using a microcontroller. It has many applicat 阅读全文
posted @ 2023-08-10 17:51 fire909090 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 1、Flash Memory简介 Flash Memory 是一种非易失性的存储器。在嵌入式系统中通常用于存放系统、应用和数据等。在 PC 系统中,则主要用在固态硬盘以及主板 BIOS 中。 另外,绝大部分的 U 盘、SDCard 等移动存储设备也都是使用 Flash Memory 作为存储介质。 阅读全文
posted @ 2023-08-10 17:47 fire909090 阅读(66) 评论(0) 推荐(0) 编辑
摘要: IPv4 头部结构 IPv4 头格式 Version(版本号):IP 协议版本号。目前只有两个版本:IPv4 和 IPv6 Header Length(IP 协议头部长度):IP 协议头部的长度,单位字节(32 bit)需要这个值是因为任选字段的长度是可变的, 这个字段占4bit(最多能表示15个3 阅读全文
posted @ 2023-01-10 11:21 fire909090 阅读(49) 评论(0) 推荐(0) 编辑
摘要: The sendto function is the one that's generally used for UDP sockets. As UDP is connectionless, this function allows you to specify the IP and port th 阅读全文
posted @ 2022-12-16 14:30 fire909090 阅读(17) 评论(0) 推荐(0) 编辑
摘要: Pointer In C programming language, *p represents the value stored in a pointer and p represents the address of the value, is referred as a pointer. co 阅读全文
posted @ 2022-05-20 10:59 fire909090 阅读(17) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 26 下一页