搜索资源列表
uCOS-II到 C51单片机下的移植
- 嵌入式操作系统ucos在51单片机上的移植,很有实用价值,参考这个程序也可以把ucos轻松的移植到其它mcu或arm及dsp上-embedded operating system in the SCM 51 transplant, useful, reference to this procedure can also CENTER easily ported to other mcu or on the arm and dsp
lzss
- 实现lzss压缩/解压算法 跨平台,可移植到单片机及ARM上-Achieve lzss compression/decompression algorithm cross-platform, and ported to the ARM microcontroller
chaobiao
- 43篇关于远程抄表的论文,涉及到几种单片机、arm、嵌入式操作系统,是写抄表论文和研究系统方案的理想参考,pdf格式。-43 on the remote meter reading of the papers relate to several single-chip, arm, embedded operating system, is to write papers and research system meter reading program ideal reference, pdf
8light
- 八灯控制--更多资料请登陆网站查询 欢迎大家到新势力论坛讨论交流 www.xinshili.net 新势力论坛 51单片机、AVR单片机、ARM嵌入式、工控自动化 资源来自网络,如有侵权行为,请联系告之,我们会马上更正.-8 light
51toARM32
- 关于由单片机到ARM的开发资料,对开发ARM的也有用的。-To the ARM microcontroller on the development of the information on the development of ARM' s are also useful.
arm_basic
- ARM入门教程,适合新手学习如何使用ARM,了解ARM,从单片机转到ARM开发-ARM Tutorial for beginners to learn how to use ARM, understand the ARM, ARM to develop from a single chip
lzw
- 实现lzw压缩/解压算法 精简实例 跨平台,可移植到单片机及ARM上 -Achieve lzw compression/decompression algorithms to streamline cross-platform instances can be ported to the ARM microcontroller and
ARM
- 详细的介绍了ARM单片机的一个课件,可以学到基础知识-Detailed introduces the ARM of single chip a courseware, can learn the basic knowledge
RC522-code
- RC522在C51单片机上和C430上的源码驱动,测试通过,可以应用到ARM驱动中!-RC522 C51 MCU and C430 of the source drive, the test is passed, can be applied to ARM driver!
motor
- AGV电机调速的程序 实现了电机速度的控制,首先由USB控制器(Propo)向上位机发出信号,上位机将控制器的数字指令转变为0-3000rpm的转速目标值。通过串口转发给arm单片机,ARM单片机接收上位机的目标值及电机反馈回来的转数,利用PID控制器计算出0-1023的控制指令,传给D/A转换器,它将数字信号转换为0~5V的模拟信号,模拟信号经过电源隔离模块后传送到驱动模块对电机进行调速。此外,电机再将脉冲信号返回给微处理器。-Procedures of the AGV motor speed
uCOS2
- μC/OS-II的内核源代码,全部有c语言写成,可以直接移植到ARM处理器上直接运行,移植到单片机上时需要少许修改。-μC/OS-II kernel source code, all the c language, can be directly ported to run directly on the ARM processor, transplanted to the microcontroller needs slight modification.
from51-to-arm-and-led-test
- 从51单片机到arm的入门教程,以及简单的流水灯测试实验的代码,对于初学者比较有帮助-51 microcontroller arm introductory tutorial, as well as the simple code of the light water testing laboratories, more help for beginners
menulcd12862
- 单片机菜单程序,用C语言写的,适合移植到单片机或者arm上,本程序采用12864液晶-SCM menu program, written in C language, suitable for transplant to the microcontroller or arm, the program uses 12864
lzss
- 实现lzss压缩/解压算法跨平台,可移植到单片机及ARM上-Achieve lzss compression/decompression algorithm cross-platform, and ported to the ARM microcontroller
lzw
- 实现lzw压缩/解压算法 精简实例跨平台,可移植到单片机及ARM上-Achieve lzw compression/decompression algorithms to streamline cross-platform instances can be ported to the ARM microcontroller and
znFAT
- znfat文件系统原理,对初学fat32,想移植到单片机或者arm 的入门资料 深入浅出的解释了fat32的结构-znfat file systems theory, for beginners fat32, want to migrate to chip or arm introductory information explained in simple terms fat32 structure
ASM
- 51单片机的ARM汇编实现(纯原创上机通过)可能有待优化,但是鉴于汇编得高效率,依然比c及以上高级语言有着速度优势,这段代码比较短但是他可以实现按键,数码管显示(共阳),定义数组等功能,可供单片机初学者学习使用。- 检测到:中文 » 英语 51 microcontroller ARM assembly (pure original computer through) may need to be optimized, but given the assembly effic
ARM
- 单片机C语言程序设计案例,涉及ARM编程问题,其中涉及到流水灯,数码管等基础问题,适合新手学习。(C language program design case, involving ARM programming problems, involving the flow of light, digital tube and other basic problems, suitable for novice learning.)
呼吸灯
- 基于ARM Cortex-M4F(TM4C123)单片机 【功能】任选一个LED灯,4秒内从全灭到全亮,再从全亮到全灭,亮度变化至少20阶,循环反复(呼吸灯效果)。(Breathing light ---------Based on ARM Cortex-M4F (TM4C123) microcontroller)
USB应用实验
- 基于ARM Cortex-M4F(TM4C123)单片机 【USB应用实验】 编程控制TM4C123微控制器的USB 模块,与PC机交互数据 【功能】 (1)PC机从命令行CMD 窗口发送指令,可以控制高亮LED灯的亮度(PWM模式调光); (2)PC机从命令行CMD 窗口发送指令,可以控制SPI接口DAC7512输出正弦波的峰峰值和频率,控制格式自定; (3)从PC机CMD窗口输入的字符串(回车结尾,EXIT退出)显示在12864液晶屏上来自MCU端的事件显示在PC机CMD窗