-
就像在嵌入系统中使用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
-
单片机初学入门程序,不停地循环显示数字0~9。
单片机初学入门程序,不停地循环显示数字0~9。-Beginners Introduction to SCM process, a continuous loop display numbers 0 to 9.
- 2022-11-23 20:20:08下载
- 积分:1
-
凌阳单片机的串口通信程序,在SPCE061A芯片上调试通过
凌阳单片机的串口通信程序,在SPCE061A芯片上调试通过-Sunplus Single-chip serial communication procedures, in SPCE061A chip debugging through
- 2022-01-23 11:03:40下载
- 积分:1
-
51单片机的源程序集,有存储器,点阵式液晶,进制转换,led,ad等。...
51单片机的源程序集,有存储器,点阵式液晶,进制转换,led,ad等。-51 SCM source collection, storage, dot-matrix LCD, the base for the conversion, led, ad so.
- 2022-03-25 09:17:08下载
- 积分:1
-
用单片机开发板实现的液晶显示控制,以单片机的入门学习为主要目的。...
用单片机开发板实现的液晶显示控制,以单片机的入门学习为主要目的。-MCU development board realize the liquid crystal display controls to SCM entry for the main purpose of learning.
- 2022-04-18 03:08:03下载
- 积分:1
-
我的HBS通讯程序范例,使用无极性通讯,压缩文件内有详细的说明。...
我的HBS通讯程序范例,使用无极性通讯,压缩文件内有详细的说明。-my HBS communication procedures example, the use of limitless sexual communication, compressed paper a detailed explanation.
- 2022-01-26 00:25:46下载
- 积分:1
-
C write MCU read U disk and SD card program, which included data on the chip cir...
C写的单片机读U盘和SD卡的程序,里面附带电路图及关键芯片的数据手册,很详细-C write MCU read U disk and SD card program, which included data on the chip circuit diagram and key manual, very detailed
- 2022-09-15 17:00:04下载
- 积分:1
-
With ds18b20 collected and the temperature control is very simple, the program i...
用ds18b20进行温度采集并控制,十分简单,程序写进去就可以用-With ds18b20 collected and the temperature control is very simple, the program included in the family to stay with the
- 2022-07-10 03:42:38下载
- 积分:1
-
悠景2.23oled演示代码,可以在DEMO板显示
悠景2.23oled演示代码,可以在DEMO板显示-Univision 2.23oled demo code, you can board at the DEMO show
- 2022-03-14 12:36:08下载
- 积分:1
-
The program module contains the wireless transceiver module NREF905 all the feat...
该程序模块包含无线收发模块 NREF905的所有功能库函数 本库函数与外部函数接口简单易用且代码规范简洁-The program module contains the wireless transceiver module NREF905 all the features of library functions of the library function and the external function interface is simple and concise code norms
- 2023-07-15 13:05:02下载
- 积分:1