搜索资源列表
MSC1210test2
- MSC1210单片机在TINY操作系统下的C语言例程,包括ADC的采集以及对DA的操作。-MSC1210 TINY operating system in the C language routines, the collection includes ADC and the DA's operation.
SERIAL
- SERIAL.C: Interrupt Controlled Serial Interface for RTX-51 tiny
small_rtos1.12.1
- 就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借
SmallRTOS for C51
- 嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴uc
Display
- 1 主要描述:数码管显示通用程序。带高位消隐功能。 2 硬件环境:51MCU, 4位显示共阳数码管。P3口P3.2-P3.5是位选,P1口对应数码管8段。 3 软件平台:Keil c, c51, rtx51 tiny. 4 附加描述:程序段先把数码管全部点亮,然后把一个速度值显示在数码管上。-1 Main Descr iption: Digital Display general program. With high blanking function. 2 Hardware Env
222
- 在分析了串行 EEPROM AT24C512B的功能和 Tiny OS下硬件抽象体系结构的基础上 ,设计了基于 I 2 C总线的 EEPROM硬件抽象组 件体系 ,实现了 Tiny OS下基于 MSP430平台的串行 EEPROM驱动程序 ,同时满足了应用开发的灵活性与 传感器节点功耗低两方面的需求。-The EEPROM har ware abstracti on component architecture base on I 2 C2 BUS is desi
tea
- TEA数据加密算法之程序代码及使用例子,C语言编写,封装成类;不用做任何修改可用于单片机编程中。-Tiny Encryption Algorithm
Tiny-6410-Chat-Demo
- WINCE 6.0系统下的UDP通讯程序,实现收发正常,C++实现-WINCE 6.0 system under the UDP communication program, send and receive normal, C++ implementation
R8C-Tiny-Series
- 最全R8C MCUFILEs 可以解压到C:\Program Files\Renesas\Hew\Tools\Renesas\DebugComp\Platform\PDTarget\KD30\McuFiles\R8C-Tiny Series-The most full-R8C MCUFILEs can extract to C: \ Program Files \ Renesas \ Hew \ Tools \ Renesas \ DebugComp \ Platform \ PDTarget
RT-Thread-1.0.2
- RT-Thread 嵌入式操作系统 Kernel内核部分包括了RT-Thread的核心代码,包括对象管理器,线程管理及调度,线 程间通信等的微小内核实现(最小能够到达4k ROM,1k RAM体积占用)。内核库是为了保证 内核能够独立运作的一套小型类似C库实现(这部分根据编译器自带C库的情况会有些不同,使 用GCC编译器时,携带更多的标准C库实现)。CPU及板级支持包包含了RT-Thread支持的各个平 台移植代码,通常会包含两个汇编文件,一个是系统启动初始化文件,一个是线
LPC176x-web
- keil 源文件,包含tcpip协议栈,easyweb sever-This project is migrated from Keil MCB1700 Demo code. It can run at Keil MCB1700 board with LPC17xx. Example functionality: - Clock Settings: - XTAL =
compiler
- tiny语言的compiler,用c语言编写,可以运行通过,实现基本功能-tiny compiler by c language
kavr-0.4.tar
- AVR Hexfile Boot Loader kavr (pronounced caviar) is an Atmel AVR boot loader written entirely in GNU C. kavr is tiny (less than 512 bytes). No special tools are required on the host PC for updating AVR firmware. Any serial port terminal works fine
Petit-FAT-File-System-Module-0.02a
- Petit FatFs is a sub-set of FatFs module for tiny 8-bit microcontrollers. It is written in compliance with ANSI C and completely separated from the disk I/O layer. It can be incorporated into the tiny microcontrollers with a small memory even if the
pff3
- 文件系统源码,非常好用,非常好移植,可以移植于51单片机(etit FatFs is a sub-set of FatFs module for tiny 8-bit microcontrollers. It is written in compliance with ANSI C and completely separated from the disk I/O layer. It can be incorporated into the tiny microcontrollers with