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

C8051F060-AD-UART1

于 2014-07-03 发布 文件大小:39KB
0 287
下载积分: 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 个回复

  • Termo_vb6
    Termometr read pc com post atmega8 usart
    2014-10-15 21:12:32下载
    积分:1
  • cheng
    滤波器广泛应用于数字信号处理、通信、自动控制领域,但设计可变宽频带有源滤波器则比较困难。利用单片机控制参数可编程的双二阶通用开关电容有源滤波器,精确设置有源滤波器的中心频率f,品质因数Q及有源滤波器的工作方式。本系统主要分为两个部分:即程控滤波器和程控放大器。程控放大器电压增益为40dB,通过单片机控制DA进行分压,可精确实现要求的10dB步进,误差小于0.5 ,通带为100Hz-500KHz,输入电压峰-峰值范围为10mV,在输入范围内无明显失真。由MAX264为核心的滤波器,可设置为高通、低通滤波器。通过单片机直接给出控制频率,使-3dB截止频率在1KHz-20KHz内可调,步进1KHz,误差小于1 。整个系统以52单片机为控制核心,电路简单,性能稳定,且具有较高精度,滤波参数调节通过单片机控制,较为方便。(Filters are widely used in digital signal processing, communications, automatic control area, but the design variable wideband active filter is more difficult. Control parameters using single-chip programmable universal switched-capacitor biquad active filter, active filter accurately set the center frequency f, quality factor Q and the active filter works. The system is mainly divided into two parts: the program-controlled filters and programmable amplifiers. Programmable amplifier voltage gain of 40dB, the DA through the partial pressure of single-chip control, can accurately achieve the required 10dB step, the error is less than 0.5 , passband to 100Hz-500KHz, input voltage peak- the range of 10mV, the input range no significant distortion. By the MAX264 as the core of filter can be set to high pass, low pass filter. Given directly by the microcontroller controls the frequency, the-3dB cutoff frequency at 1KHz-20KHz adjustable, step 1KHz, error is less than 1 . The entire system for)
    2011-07-17 16:23:27下载
    积分:1
  • wlanapi
    Use wlanapi control wireless LAN, wifi network via a callback method to achieve the hollow port scanning and data analysis, including the ssid bssid
    2014-10-23 05:44:40下载
    积分:1
  • ucosii51
    这是一个用51单片机系统仿真ucosii工作的protues电路 本系统包括扩展64k RAM的单片机系统和杨屹移植到51单片机的ucosii 系统 使用方法: 1.安装Protues7.4版,然后用protues打开protues 8051 simulation 文件夹 中的extern ram.DSN 文件 2.打开extern ram.DSN 后,双击单片机在弹出的窗口中的Program File 选项 中选择yy.hex文件。 (yy.hex其实就是yy文件夹中keil文档编译出来的hex文 件,yy文件夹是杨屹的ucos51 系统,用keil 2 可以打开) 3.在Clock Frequency选项中输入22.184M(杨屹的ucos51 用的是22.184M hz的单片机频率) 4.双击VTERM串口调试显示屏,在Baud Rate 选项中选择19200的波特率 5.保存,点击运行就可以看到经典的hello world 了。 (1. Protues7.4 version installed, and then open the protues folder protues 8051 simulation The extern ram.DSN file 2. Open extern ram.DSN, double-click the pop-up window of SCM in the Program File option, select yy.hex file. (yy.hex actually yy folder keil out of the document compiled hex files, yy folder is Yang Yi s ucos51 system, using keil 2 Can open) 3. In the Clock Frequency option to enter 22.184M (Yang Yi of the ucos51 using a microcontroller 22.184M hz frequency) 4. Double-click VTERM serial debug display, in the Baud Rate select 19200 baud rate options 5. Save, click Run you can see the classic hello world)
    2010-03-09 19:40:03下载
    积分:1
  • Character-code-tools
    1.可以自动生成十六进制字编码。 2.可以自动C语言格式字符编码。 3.支持GBK和ASCII字符编码查询。(1 can automatically generate a hexadecimal character encoding. 2 can automatically format the C language character encoding. 3 support GBK and ASCII character encoding query.撤消修改)
    2014-01-04 16:42:20下载
    积分:1
  • labview--PWM
    此设计模拟工业控制现场,通过调节Labview界面中的模拟仪表,通过RS232串口通信,把转速控制信息通过串口传送到单片机中,进而利用单片机控制电动机的转速。(labview-based PWM motor speed)
    2016-02-29 11:13:32下载
    积分:1
  • Sender
    GE PCI5565 PMC5565 PCIE5565反射内存网数据中断发送程序 VMIC5565反射内存卡 实时仿真技术(GE PCI5565 PMC5565 PCIE5565 reflective memory network data interrupt transmission program VMIC5565 reflective memory card real-time simulation technology)
    2014-10-29 10:01:59下载
    积分:1
  • work
    振幅调制,角度调制,频率调制等几个源程序,模拟通信系统(Amplitude modulation, angle modulation, frequency modulation, such as source code, analog communication systems)
    2009-05-09 11:06:55下载
    积分:1
  • MSP430F55xx-Code-Examples
    430与串口和定时器的详细例程,可在链接da或ad时调用(430 link da or ad with serial timer routine, call)
    2013-04-04 12:24:18下载
    积分:1
  • 240128c
    240128液晶驱动的测试程序,c语言编写(240,128 LCD driver testing procedures, c language)
    2020-11-16 08:59:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载