-
就像在嵌入系统中使用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
-
DS18B20 thermometer C program uses AT89C2051 Singlechip, 12MHZ crystal, with a t...
DS18B20温度计C程序
使用AT89C2051单片机,12MHZ晶振,用共阳LED数码管-DS18B20 thermometer C program uses AT89C2051 Singlechip, 12MHZ crystal, with a total of Yang LED digital tube
- 2023-02-23 00:25:04下载
- 积分:1
-
avr的ad转换程序例子,在ouravr上面还有很多好的入门例子程序
avr的ad转换程序例子,在ouravr上面还有很多好的入门例子程序-avr conversion examples in ouravr above there are many good examples of entry procedures
- 2022-01-29 04:24:55下载
- 积分:1
-
16* 2 LCD driver output and the string contains the character output function ca...
16*2液晶显示驱动程序,包含字符输出和字符串输出函数,可直接使用-16* 2 LCD driver output and the string contains the character output function can be used directly
- 2023-08-19 03:50:03下载
- 积分:1
-
很好的代码,好好学学,关于51单片机开发的独立键盘程序
很好的代码,好好学学,关于51单片机开发的独立键盘程序-A very good code, good to learn about the development of an independent 51 MCU Keyboard Program
- 2022-04-24 23:42:42下载
- 积分:1
-
SPI fm25cl04 fm24cl04 C8051F005 SMBus方案
C8051F005 SMBUS SPI programme for FM25CL04 FM24CL04-C8051F005 SMBUS SPI program for FM25CL0 4 FM24CL04
- 2023-08-14 19:50:02下载
- 积分:1
-
单片机音乐播放程序,附带三首已编音乐代码,音乐调声可调...
单片机音乐播放程序,附带三首已编音乐代码,音乐调声可调-Singlechip music player program, three have been incidental music code, music, acoustic tune adjustable
- 2023-04-19 03:35:03下载
- 积分:1
-
c51编写的“贪吃蛇”
c51编写的“贪吃蛇”-prepared by the "Snake"
- 2023-04-07 09:40:02下载
- 积分:1
-
AVR微控制器的VHDL源代码,代码。AVR单片机implements the F……
AVR单片机的源代码,VHDL代码。实现了AVR单片机的功能。-AVR microcontroller source code, VHDL code. AVR microcontroller implements the function.
- 2022-03-04 08:10:18下载
- 积分:1
-
msp430f2274的异步串口通信与lcd1602显示
msp430f2274的异步串口通信与lcd1602显示-msp430f2274 asynchronous serial communications and display lcd1602
- 2023-03-05 01:50:04下载
- 积分:1