-
51读写24C16的源程序.....用IO口模拟I2C
51读写24C16的源程序.....用IO口模拟I2C-51 to read and write the source code 24C16 ..... I used IO simulation I2C
- 2023-03-23 00:50:04下载
- 积分:1
-
就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RT...
就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
-err
- 2023-03-23 11:40:04下载
- 积分:1
-
基于KeilC51软件的电子钟设计与制作,论文中有详细的源程序以及对keil的调试介绍。
基于KeilC51软件的电子钟设计与制作,论文中有详细的源程序以及对keil的调试介绍。-Based on the electronic bell KeilC51 software design and production, the paper has a detailed source code as well as the introduction keil debugger.
- 2022-01-22 11:29:44下载
- 积分:1
-
also uses a PID temperature control, and my door is different D/A output volume...
也用到了温度PID控制,和我门的不同是采用D/A输出控制量的.主要由温度采样--->温度滤波子程序--->温度线性化----->温度设定值等模块组成.-also uses a PID temperature control, and my door is different D/A output volume control. By sampling temperature--- gt; Temperature filter subroutine-- gt; Temperature linear----- gt; The temperature setpoint and other modules .
- 2023-08-03 04:10:02下载
- 积分:1
-
基于DS12887的多功能电子智能时钟,51控制
LCM
基于DS12887的多功能电子智能时钟,51控制
LCM-12864-ST7920显示,应用类型齐全。-DS12887-based multi-functional electronic smart clock, 51 control LCM-12864-ST7920 showed complete application types.
- 2022-01-22 04:22:27下载
- 积分:1
-
条码读入CPU
1. 与条码读入器的通讯
1.1 采用标准的UART通讯协议,波特率为9600,没有校验位,一个停止位。
1.2 通讯的过程是单工的...
条码读入CPU
1. 与条码读入器的通讯
1.1 采用标准的UART通讯协议,波特率为9600,没有校验位,一个停止位。
1.2 通讯的过程是单工的,数据流总是从条码读入器到CPU。
1.3 正常的数据传送总是以一个换行符开始,六个数字,以一个回车符结束。
-51
- 2023-01-23 17:15:03下载
- 积分:1
-
单片机在应用编程实例
单片机在应用编程实例-SCM in application programming examples
- 2022-01-24 13:05:31下载
- 积分:1
-
PIC单片机入门教程,
非常实用
PIC单片机入门教程,
非常实用-PIC Singlechip Tutorial, very useful
- 2022-09-22 08:35:03下载
- 积分:1
-
lcd液晶显示的功能操作和汉字显示 分别为第一行,和第二行
lcd液晶显示的功能操作和汉字显示 分别为第一行,和第二行-LCD operation and the function of Chinese characters were shown the first line, second line and
- 2023-04-06 20:25:04下载
- 积分:1
-
Keil
在keil-ARM环境下对ARM7处理器编译成功的I2C总线程序,程序通过I2C总线向UART串口发送数据,验证了I2C总线程序的正确性。-Keil-ARM in the circumstances of the ARM7 processor to compile the success of I2C bus procedures, procedures for the adoption of I2C serial bus to send data to the UART, I2C bus to verify the correctness of the procedure.
- 2022-05-17 16:45:06下载
- 积分:1