搜索资源列表
BattTestV2.0
- 一个通过USB->UART读取C8051F060的程序,实现曲线分析、放大、报表等,采用多线程。 驱动从www.silabs.com下载,要用NI的UI控件。完整版。-a USB -
UART
- // This program demonstrates how to configure the C8051F060 to write to and read // from the UART interface. The program reads a word using the UART0 interrupts // and outputs that word to the screen, with all characters in uppercase
ADC
- C8051F060的ADC的调试程序。这里用的是ADC2,调试已通过。-The C8051F060 s ADC debugger. Here is the ADC2, debugging has passed.
F06x_Oscillators
- C8051F060的时钟配置例子,里面有各种方法,包括内部时钟和外部各个时钟等,调试已通过-C8051F060 clock configuration examples, there are a variety of methods, including various internal clock and external clock and so on, debugging has passed
adfg
- 引言 随着单片机的不断推陈出新,特别是高性价比的单片机的涌现,转速测量控制普遍采用了以单片机为核心的数字化、智能化的系统。本文介绍了一种由单片机C8051F060作为主控制器,使用霍尔传感器进行测量的直流电机转速测量系统。 -With the constant introduction of new single-chip, in particular, cost-effective single-chip microcomputer of the emergence of spe
020
- 该文档包含了基于c8051f020的各种源码,包括AD、DA,串口,定时器,IIC以及时钟键盘等,很具有学习意义-This document contains a variety of source-based c8051f020, including AD, DA, serial port, timers, IIC and clock keyboard, it is with learning the meaning
printf
- 一个用于单片机(这里用于C8051F060)的简单的printf程序-One for the microcontroller (in this case for the C8051F060) a simple printf program
C8051F060_PWM
- 基于C8051F060的PWM产生程序。 采用软件定时器完成,使用普通口线输出,输出为推挽输出,上升沿和下降沿陡峭并存在过充。提供PWM波频率调整、占空比调整、双路输出PWM波死区时间调整功能。-The PWM generation process based on the C8051F060. Completed using the software timer, use the normal port line output, the output of push-pull output
C8051F060_PWM_long
- 基于C8051F060单片机的PWM波形产生程序。 采用长整型计算,使用C8051F060内部的捕捉比较单元实现、使用专门的捕捉比较单元输出脚输出。 提供PWM波形频率、PWM波形占空比、双路PWM波形死区时间控制等功能。-Based on C8051F060 MCU PWM waveform generation process. Use of long integer calculations, use the C8051F060 to achieve within the capt
C8051F060_SPWM
- 基于C8051F060的SPWM波形产生程序。 使用程序预设的1024点sin波形产生,使用C8051F060内置的捕捉比较单元、采用专门的捕捉比较单元输出引脚。 提供SPWM波形频率控制、SPWM精度控制等功能-The SPWM waveform generator based on the C8051F060 program. To use the program default 1024 points sin waveform generator, use the C8051F
t6963-lcd-diplay-driver
- This is a C source code for a t6963 lcd diplay driver. A bit tricky because it occured there need to be some delays (nop instructions) in the communication with the lcd, otherwise it doen s work. The code is from a project, where the uC was Silicon
F060
- 单片机用的是C8051F060,我写的ADC和DAC 程序-Microcontroller using a C8051F060, I wrote procedures for ADC and DAC
1messager12duixiang
- C8051F060的CAN控制器一个消息号可发送12条消息,适用于需要发送多个消息的情况下使用。-C8051F060 the CAN controller can send a message number 12 messages need to send multiple messages for the circumstances.
data-acquisition-
- 随着计算机技术的飞速发展和普及,数据采集系统在多个领域有着广泛的应用。本系统是基于C8051F060单片机和计算机串口通信的数据采集模块,使用单片机内部ADC和多路模拟开关进行多路数据采集,并且通过串口将数据传送给计算机进行处理。在本系统设计中体现了自顶而下的设计思想以及模块化思想,设计中首先明确系统的主要功能以及确定参数,将系统分成多个模块分开设计和测试,然后再进行综合和总体功能测试。本系统能够实现八路数据同时采集,通过计算机监控软件,能够显示各个通道的瞬时电压,实时显示一路数据波形,并且能够
wsy1_point_v1.00
- 基于CAN总线的温湿压采集器的一个智能采集节点。使用C8051F060,采集温度、湿度和压力数据,通过can总线接收采集命令,上传相应数据。温湿度传感器使用SMT71、压力传感器使用的飞思卡尔的MPX4200A。-A smart acquisition node based on the temperature and humidity of the CAN bus pressure acquisition C8051F060, collecting temperature, humidity
C8051F060
- 这是C8051F系列的单片机的手册,中文版的,绝对是珍藏,现在拿出来分享。-This is a manual C8051F series microcontroller, the Chinese version is absolutely collection, now come to share.
C8051F060-AD-UART1
- C8051F060 自带高速AD进行数据采集 可达100兆采样率 并切缓存与片外ram 并把采集数据通过串口发送给PC - Data Acquisition example for C8051F060 Descr iption: This example illustrates the use of ADC1 and the DMA to acquire and store data. It is intended for use with the C8051F060
C8051F060-DAC
- 这个程序输出正弦和余弦波形 使用DAC硬这C8051F060单片机DAC0波形输出 和DAC1 Timer4中断更新的输出DAC.Timer4 ISR的 然后导致了DACs计算的输出,这是下一个中断。 输出波形的频率设定的# define <频率>。 实现定义的精确输出频率<频率>,一个 /使用外部晶体。-This program outputs sine and cosine waveforms using the hardware DACs // on t
Watchdog
- c8051f060中看门狗设置的参考程序,用于看门狗的设置-The watchdog setting reference program in C8051F060, a watchdog setting
xhfsq
- c8051f060 一款信号发生器的程序。发生正弦信号,方波信号-c8051f060 a signal generator program. Occurred sine signal, square wave signal