登录
首页 » Visual C++ » C8051F060-AD-UART1

C8051F060-AD-UART1

于 2014-07-03 发布 文件大小:39KB
0 301
下载积分: 1 下载次数: 15

代码说明:

  C8051F060 自带高速AD进行数据采集 可达100兆采样率 并切缓存与片外ram 并把采集数据通过串口发送给PC ( Data Acquisition example for C8051F060 Description: This example illustrates the use of ADC1 and the DMA to acquire and store data. It is intended for use with the C8051F060 target board in the development kit. // This code measures a signal at the AIN0 input with the 16-bit SAR ADC0. // The data is sampled at a rate of 100kHz. ADC output data is transferred to XDATA memory space using the DMA. // // With the EMIF configured for off-chip XRAM access (on the upper ports), this code moves the ADC data to the C8051F060TB target boards s SRAM device. // Once data acquisition is complete, the code then prompts the user to press the P3.7 // button on the target board when ready to receive the data via the UART0 serial port. The TB features an RS-232 transceiver and connector, so the data can be transferred // to a PC via its serial port. // The code is set to acquire up to 32768 samples (for 64kbytes of data). The SRAM device - can accommodate up to 128kbytes, )

文件列表:

060例子程序
...........\060button3.7,12198,2014-07-03
...........\060button3.7.uvopt,56765,2014-07-03
...........\060button3.7.uvproj,13497,2014-05-07
...........\060button3.7_uvopt.bak,55700,2014-07-03
...........\060button3.7_uvproj.bak,13497,2014-05-06
...........\060button3.hex,1504,2014-07-03
...........\060button3.lnp,74,2014-07-03
...........\060button3.M51,13303,2014-07-03
...........\ExtDll.iex,19,2014-06-10
...........\F06x_SAR16data.c,15378,2014-06-10
...........\F06x_SAR16data.LST,22399,2014-07-03
...........\F06x_SAR16data.OBJ,12437,2014-07-03
...........\STARTUP.A51,6376,2009-05-07
...........\STARTUP.LST,14048,2014-07-03
...........\STARTUP.OBJ,749,2014-07-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SPWM
    可以产生幅度、频率可调的方波,频率50hz到1M(Can produce the amplitude, frequency adjustable Fang Bo, frequency of 50Hz to 1M)
    2013-08-21 17:06:30下载
    积分:1
  • HT
    说明:  HT32F1755单片机基础程序,LCD,延时,定时器等等(HT32F1755 microcontroller-based program, LCD, delay, timers, etc.)
    2014-05-13 21:00:33下载
    积分:1
  • E4PGX-CD-100127
    固高运动控制卡GE-400-PG随机光盘(GoogolTech GE-400-PG accompany CD)
    2020-09-11 08:18:01下载
    积分:1
  • robot
    超声波测距,测量精度为1cm,可以使机器人安全避障。(Ultrasonic distance measurement accuracy of 1cm, can make the robot obstacle avoidance safety.)
    2013-11-13 10:35:13下载
    积分:1
  • UCS2Char
    该工具可以根据输入的UNICODE十六进制字符串计算出相应的汉字或ASCII码。比如:输入4F60便可以得到"你"。(The tool can be based on the input UNICODE calculate the corresponding hexadecimal string guy or ASCII.)
    2013-09-09 12:29:23下载
    积分:1
  • temperature-display
    51单片机温度采集与显示设计 - 通过DS18B20温度传感器获取温度,并通过数码管显示,并实现了温度可手动校准(51 single-chip temperature acquisition and display design- through DS18B20 temperature sensor for temperature, and through the digital display, and achieve a temperature can be manually calibrated)
    2013-10-13 16:26:42下载
    积分:1
  • 51_ustart
    使用C语言代码51单片机的串口仿真实现,意识到C被用来模拟串口的功能 (Using C language code of the serial port of 51 single-chip microcomputer simulation implementation, realized how C was used to simulate the function of the serial port )
    2017-05-11 21:22:31下载
    积分:1
  • FontGen2
    点阵字体产生工具以及相关显示函数。 在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。 一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。 这里为以上问题提供了一个完整的解决方案: 产生字体数据:指定字体类型、大小,自动产生字体数据。 字体数据排序:可以按Unicode,也可以按Ansi排序。 集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符 ()
    2020-06-30 09:20:02下载
    积分:1
  • Frequency
    PIC (PIC16F886) 做的简单频率计 用TMR0定时1s,将待测信号从T1CKI脚输入,用TMR1进行计数,读出TMR1H,TMR1L的值就是频率 单片机:PIC16F886 显示:LCD1602 编程语言:PIC C 附Proteus仿真。(PIC (PIC16F886) to do a simple frequency counter TMR0 timer with 1s, the test signal input pin from T1CKI with TMR1 count, read TMR1H, TMR1L value is the frequency of the microcontroller: PIC16F886 display: LCD1602 with Proteus simulation.)
    2011-09-14 02:25:12下载
    积分:1
  • WASPCN
    根据IAPWS-IF97和IFC67编写的水和蒸汽性质计算软件(the software for calculating the properties of water and water vapor)
    2015-01-31 11:45:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载