-
Led 的高带领下来
此代码使 LED 闪烁序列可以在由程序决定的时间。
- 2023-01-06 01:15:03下载
- 积分:1
-
Pic 16f874 Modbus
我需要的代码,以沟通 PIC 16f874 单片机与 ML1400 PLC,通过 modbus RTU 奴隶协议连接到单片机的 lcd 中写入数据......请给我发送代码,如果有任何这一项目。
- 2023-01-18 05:00:04下载
- 积分:1
-
车载GPS智能终端的设计与实现.rar
车载GPS智能终端的设计与实现.rar-GPS intelligent terminal design and implementation. Rar
- 2023-09-08 20:15:02下载
- 积分:1
-
Embedded Linux based GSM (SMS, telephone) communications code has received a gpr...
基于嵌入式linux下GSM(短信,电话)通信代码,已在接有gprs模块的PXA270平台上测试过-Embedded Linux based GSM (SMS, telephone) communications code has received a gprs modules PXA270 platform tested
- 2022-01-26 00:10:07下载
- 积分:1
-
ISD1400语音电路
ISD1400语音电路-ISD1400 voice circuit
- 2022-01-25 20:31:32下载
- 积分:1
-
kfs 1.0.1release Embedded File System Version Author : Eagle Source : http://www...
kfs嵌入式文件系统1.0.1release版
作者:Eagle
来源:http://www.embseek.com
由embseek开发,专门针对小容量的EEPROM和FLASH等存储器,应用于无操作系统的嵌入式系统中。实现了类似于标准文件操作的接口。压缩包内有在pc下使用ram调试的示例代码。
1.0.1release版本更新内容
修改文件系统初始化api,使用开始地址和结束地址作为参数
修正了文件创建api,添加文件打开模式开关
修正文件碎片管理功能,现在已经不会出现文件碎片啦!
修正了文件系统当前首地址存放方式.-kfs 1.0.1release Embedded File System Version Author : Eagle Source : http://www.embseek.com by embseek development, specifically aimed at small capacity, such as EEPROM and FLASH memory, No operating system for embedded systems. Achieve similar to the standard file manipulation interface. Compressed within the pc use of the ram debugging code examples. 1.0.1release updated version to modify the file system initialization api. use starting address and ending address as a parameter that the file creation api. Add open mode switch that debris document management functions, it is now no document debris! That the first file system addresses the current storage methods.
- 2022-09-19 19:00:03下载
- 积分:1
-
24c08
24c08-24c31EEPROM初始化,读写,页读写源码程序。-24c08-24c31EEPROM initialization, read and write, page-source program to read and write.
- 2022-10-22 12:40:03下载
- 积分:1
-
状态机延时写法
在用状态机写程序时,可以参考类似延时写法 可以适当提高程序的实时性 减少对硬件资源的消耗
- 2022-06-19 00:28:55下载
- 积分:1
-
TMS320F28023/28027头文件及其实例
2802x C/C++ Header Files and Peripheral Examples。
1 Device Support:
This software package supports 2802x devices. This includes the following: TMS320F28027,
TMS320F28026, TMS320F28025, TMS320F28024, TMS320F28023, and TMS320F28022.
Throughout this document, TMS320F28027, TMS320F28026, TMS320F28025,
TMS320F28024, TMS320F28023, and TMS320F28022 are abbreviated as F28027, F28026
F28025, F28024, F28023, and F28022 respectively2 Introduction:
The 2802x C/C++ peripheral header files and example projects facilitate writing in C/C++
Code for the Texas Instruments TMS320x2802x DSPs. The code can be used as a learning
tool or as the basis for a development platform depending on the current needs of the user.
• Learning Tool:
This download includes several example Code Composer Studio™† projects for a ‘2802x
development platform.
These examples demonstrate the steps required to initialize the device an
- 2023-03-31 16:35:03下载
- 积分:1
-
VC_ch341-i2c源码
应用背景CH341串口使用方法:
CH341实现USB转串口,在逻辑功能方面的使用方法与普通计算机串口相同。
与普通计算机串口的区别:
CH341提供的是仿真串口,所以不支持串口本身的纯硬件操作,例如I/O操作,
普通计算机串口是静态设备,而CH341串口是动态设备,理论上随时会断开,
CH341的附加功能(下面有介绍):读取外部串行EEPROM,支持更高波特率。
提供“模块调试”工具,启动后将“类型”选择为“手工输入发送”,
打开串口后就可以用于CH341串口或者普通串口的输入输出监控及收发调试。关键技术CH341连接24C0X,A2=A1=A0=GND,将仿真串口的波特率选择为300bps,
可以用串口监控/调试工具软件演示:
1、发出命令包,为4个十六进制数据: 40 A1 01 00
将24C0X中地址为01H的数据读出,可以从串口接收到一个字节的数据
2、发出命令包,为4个十六进制数据: 40 A0 2A 69
将一个字节的数据69H写到24C0X中地址为2AH的单元,通常等待10mS后才能进行下一个操作
3、发出命令包,为4个十六进制数据: 40 A5 E7 00
将24C0X中地址为02E7H的数据读出,可以从串口接收到一个字节的数据
注意,只有24C08和24C16中有地址为02E7H的数据单元
- 2022-01-25 19:10:34下载
- 积分:1