-
vc++ 下UCOS-II的移植
在PC机的VC++的工程,该工程包含了UC0S-II的移植代码,是学习ucos的好的资料,尤其是入门ucos的绝佳资料。
- 2022-01-26 05:41:36下载
- 积分:1
-
RTOS in 8051.Itis the elevator simulator with videos.
RTOS in 8051.Itis the elevator simulator with videos.
- 2022-11-15 09:55:03下载
- 积分:1
-
8O51的实用原理图和封装图,新鲜出炉,来着快快看,
8O51的实用原理图和封装图,新鲜出炉,来着快快看,-8O51 practical schematic diagram and package diagram, freshly to look forward to as soon as possible,
- 2022-01-30 13:40:58下载
- 积分:1
-
现在开发的硬件良好产品 结合C和ASM一起开发 可以混合用C里的函数库...
现在开发的硬件良好产品 结合C和ASM一起开发 可以混合用C里的函数库--A good product used in developing hardware. It combines both C and ASM, and call C s library function.
- 2022-08-11 02:26:13下载
- 积分:1
-
基于插件的Eclipse的探讨
a plugin of eclipse for tinyos explore-eclipse of a plugin for tinyos explore
- 2022-04-01 13:13:32下载
- 积分:1
-
ZigBee接口
应用背景如何接口ZigBee为PIC单片机,我们可以通过这个代码发送字符和整数。关键技术随着单片机ZigBee接口,串行通信,
- 2022-01-25 18:24:39下载
- 积分:1
-
linux下基于9260的应用例程:webserver
linux下基于9260的应用例程:webserver-application example(linux), based on atmel9260: webserver
- 2023-05-09 15:30:03下载
- 积分:1
-
操作系统为wince,开发环境为EVC,有关网络的应用程序
操作系统为wince,开发环境为EVC,有关网络的应用程序-operating system and development environment for EVC, the network applications
- 2023-03-24 22:35:04下载
- 积分:1
-
基于友善之臂mini2440开发板为基础,详细介绍了ARM开发中移植嵌入式Linux的基本概念和bootloader的开发,驱动程序的开发以及一些应用实例。...
基于友善之臂mini2440开发板为基础,详细介绍了ARM开发中移植嵌入式Linux的基本概念和bootloader的开发,驱动程序的开发以及一些应用实例。-Based on the friendliness arm mini2440 development board, based on detailed information on ARM embedded Linux development transplants the basic concepts and bootloader development, driver development as well as some application examples.
- 2022-03-26 00:26:26下载
- 积分:1
-
MSP430的闪烁LED使用定时器
应用背景定时器是用来闪烁发光二极管的。每一次溢出,定时器产生一个中断,这是用来眨眼的。由于定时器的时钟由smclock(运行在约1MHz),8溢出数近似每0.5秒钟闪烁一次。 ;关键技术本示例使用定时器时钟从smclock。这个时钟是基于单片机的电流频率1MHz。在这种情况下,我们希望LED切换每0.5s。利用上述公式,我们可以计算出如何程序定时器。计数结果在524288,这是8倍65536。该定时器将产生一个溢出中断,并重置一次,它达到65536。因为我们要数到524288,之后每8溢出中断,LED将被切换的。
- 2022-02-03 17:22:22下载
- 积分:1