登录
首页 » Visual C++ » AD9851驱动程序,采用串行写入方式STM32-AD9851-driver

AD9851驱动程序,采用串行写入方式STM32-AD9851-driver

于 2020-07-07 发布 文件大小:1967KB
0 146
下载积分: 1 下载次数: 97

代码说明:

  AD9851驱动程序,采用串行写入方式,STM32写入频率控制字。(AD9851 driver, using serial write mode, STM32 write frequency control word.)

文件列表:

STM32控制AD9851(晶振20M)键入
............................\CMSIS
............................\.....\core_cm3.c,17273,2010-06-07
............................\.....\core_cm3.h,85714,2011-02-09
............................\.....\StartUp
............................\.....\.......\startup_stm32f10x_cl.s,15766,2011-03-10
............................\.....\.......\startup_stm32f10x_hd.s,15503,2011-03-10
............................\.....\.......\startup_stm32f10x_hd_vl.s,15692,2011-03-10
............................\.....\.......\startup_stm32f10x_ld.s,12376,2011-03-10
............................\.....\.......\startup_stm32f10x_ld_vl.s,13656,2011-03-10
............................\.....\.......\startup_stm32f10x_md.s,12765,2011-03-10
............................\.....\.......\startup_stm32f10x_md_vl.s,14073,2011-03-10
............................\.....\.......\startup_stm32f10x_xl.s,15955,2011-03-10
............................\.....\stm32f10x.h,633941,2011-03-10
............................\.....\system_stm32f10x.c,36557,2011-03-10
............................\.....\system_stm32f10x.h,2085,2011-03-10
............................\Code
............................\....\ad9851.c,2964,2013-08-27
............................\....\ad9851.h,1446,2013-08-27
............................\....\keypad.c,6332,2013-08-20
............................\....\keypad.h,1525,2013-08-20
............................\....\lcd12864.c,11051,2013-08-28
............................\....\lcd12864.h,2084,2013-08-27
............................\Periph_Driver
............................\.............\inc
............................\.............\...\misc.h,8982,2011-03-10
............................\.............\...\stm32f10x_adc.h,21690,2011-03-10
............................\.............\...\stm32f10x_bkp.h,7555,2011-03-10
............................\.............\...\stm32f10x_can.h,27559,2011-03-10
............................\.............\...\stm32f10x_cec.h,6573,2011-03-10
............................\.............\...\stm32f10x_crc.h,2162,2011-03-10
............................\.............\...\stm32f10x_dac.h,15233,2011-03-10
............................\.............\...\stm32f10x_dbgmcu.h,3818,2011-03-10
............................\.............\...\stm32f10x_dma.h,20754,2011-03-10
............................\.............\...\stm32f10x_exti.h,6824,2011-03-10
............................\.............\...\stm32f10x_flash.h,25445,2011-03-10
............................\.............\...\stm32f10x_fsmc.h,27016,2011-03-10
............................\.............\...\stm32f10x_gpio.h,20175,2011-03-10
............................\.............\...\stm32f10x_i2c.h,30029,2011-03-10
............................\.............\...\stm32f10x_iwdg.h,3828,2011-03-10
............................\.............\...\stm32f10x_pwr.h,4383,2011-03-10
............................\.............\...\stm32f10x_rcc.h,30452,2011-03-10
............................\.............\...\stm32f10x_rtc.h,3857,2011-03-10
............................\.............\...\stm32f10x_sdio.h,21863,2011-03-10
............................\.............\...\stm32f10x_spi.h,17725,2011-03-10
............................\.............\...\stm32f10x_tim.h,52427,2011-03-10
............................\.............\...\stm32f10x_usart.h,16548,2011-03-10
............................\.............\...\stm32f10x_wwdg.h,2966,2011-03-10
............................\.............\src
............................\.............\...\misc.c,7046,2011-03-10
............................\.............\...\stm32f10x_adc.c,47201,2011-03-10
............................\.............\...\stm32f10x_bkp.c,8463,2011-03-10
............................\.............\...\stm32f10x_can.c,45103,2011-03-10
............................\.............\...\stm32f10x_cec.c,11656,2011-03-10
............................\.............\...\stm32f10x_crc.c,3347,2011-03-10
............................\.............\...\stm32f10x_dac.c,19087,2011-03-10
............................\.............\...\stm32f10x_dbgmcu.c,5149,2011-03-10
............................\.............\...\stm32f10x_dma.c,29607,2011-03-10
............................\.............\...\stm32f10x_exti.c,6959,2011-03-10
............................\.............\...\stm32f10x_flash.c,62551,2011-03-10
............................\.............\...\stm32f10x_fsmc.c,35484,2011-03-10
............................\.............\...\stm32f10x_gpio.c,23221,2011-03-11
............................\.............\...\stm32f10x_i2c.c,45781,2011-03-10
............................\.............\...\stm32f10x_iwdg.c,4916,2011-03-10
............................\.............\...\stm32f10x_pwr.c,8759,2011-03-10
............................\.............\...\stm32f10x_rcc.c,51271,2011-03-10
............................\.............\...\stm32f10x_rtc.c,8598,2011-03-10
............................\.............\...\stm32f10x_sdio.c,28933,2011-03-10
............................\.............\...\stm32f10x_spi.c,30224,2011-03-10
............................\.............\...\stm32f10x_tim.c,109159,2011-03-10
............................\.............\...\stm32f10x_usart.c,38308,2011-03-10
............................\.............\...\stm32f10x_wwdg.c,5735,2011-03-10
............................\ProjectMDK
............................\..........\JLinkLog.txt,142236,2013-08-27
............................\..........\JLinkSettings.ini,574,2013-08-27
............................\..........\List
............................\..........\....\Project.map,98873,2013-08-28
............................\..........\....\startup_stm32f10x_md.lst,43448,2013-08-27
............................\..........\Obj
............................\..........\...\ad9851.crf,348794,2013-08-28
............................\..........\...\ad9851.d,1564,2013-08-28
............................\..........\...\ad9851.o,380432,2013-08-28
............................\..........\...\ad9851.__i,344,2013-08-28
............................\..........\...\core_cm3.crf,3533,2013-08-27
............................\..........\...\core_cm3.d,91,2013-08-27
............................\..........\...\core_cm3.o,10204,2013-08-27
............................\..........\...\keypad.crf,349247,2013-08-27
............................\..........\...\keypad.d,1564,2013-08-27
............................\..........\...\keypad.o,381612,2013-08-27
............................\..........\...\lcd12864.crf,363970,2013-08-28
............................\..........\...\lcd12864.d,1767,2013-08-28
............................\..........\...\lcd12864.o,399212,2013-08-28
............................\..........\...\lcd12864.__i,352,2013-08-28
............................\..........\...\main.crf,349031,2013-08-28
............................\..........\...\main.d,1566,2013-08-28
............................\..........\...\main.o,382224,2013-08-28
............................\..........\...\misc.crf,346781,2013-08-27
............................\..........\...\misc.d,1524,2013-08-27
............................\..........\...\misc.o,377560,2013-08-27
............................\..........\...\Project.axf,509272,2013-08-28

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

发表评论

0 个回复

  • Infrared-mouse
    用普通遥控器做的电脑鼠标,遥控器发送数据,51单片机解码,通过串口发送到上位机上,在上位机上运行程序,实现鼠标控制(Do with an ordinary remote control computer mouse, the remote control to send data, 51 single-chip decoder, sent through the serial port to the PC, run the program on the host computer, mouse control)
    2012-06-01 08:55:26下载
    积分:1
  • suming-up-numbers-of-leapyear
    编写一段程序 统计从1000年到1999年之间闰年的个数 最后输出到屏幕上来(writing a program to sum up the numbers of leapyear between 1000 and 1999.Finally,showing the result on the screen.)
    2015-01-02 21:47:35下载
    积分:1
  • DataPro
    软件是一款基于Microsoft Visual Basic 软件开发的物理化学实验数据处理软件,共分为八个实验,分别是”恒温槽的装配与性能测试”,“液体的饱和蒸汽压测定”,“双液系气液相平衡图的绘制”,“蔗糖转化反应速率常数的测定”,“电动势测定及应用”,“乙酸乙酯皂化反应动力学”,“最大气泡法测定液体表面张力”,“吊环法测定液体表面张力”。(Software is a Microsoft Visual Basic software development based on the physical and chemical experimental data processing software, is divided into eight experiments are " bath assembly and performance testing" , " liquid saturated vapor pressure measurement" , " two-fluid system phase equilibrium diagram drawing " ," invertase reaction rate constants measured, " " Determination and application of force " ," ethyl acetate saponification reaction kinetics " ," Determination of the maximum bubble liquid surface tension, " " Determination of the rings liquid surface tension. " )
    2013-10-05 20:04:46下载
    积分:1
  • TimerRD_PWM
    单片机的计时器PWM模式实例代码,希望给相关的人员带来帮助。(Single chip timer mode PWM code examples, hope to the related personnel to bring help. )
    2011-12-21 11:26:01下载
    积分:1
  • dianzisuo
    电子密码锁设计,实现四位密码开锁,可改密码(Electronic password lock design to achieve four bit password lock, password can be changed)
    2017-04-18 11:56:18下载
    积分:1
  • simServer
    仿真讯鸟的坐席服务器的软件。在没有CTI的工作环境下,也可以适合作呼叫中心坐席软电话开发(simulation appear birds dine server software. CTI in the absence of the working environment, they can be suitable for call center soft phone development Seat)
    2007-01-21 18:18:41下载
    积分:1
  • Wind_pitch_control
    PSCAD风机(异步机带桨距角控制)经过0.69kV-13.8kV-115kV-345kV三级升压,远距离电缆并入主网模型(PSCAD wind )
    2016-01-14 14:35:49下载
    积分:1
  • hongwai
    通过protues仿真实现的51单片机红外线遥控发射和接收解码装置。(Simulation achieve through protues 51 microcontroller infrared remote control transmitter and receiver decoding device.)
    2013-02-08 21:02:38下载
    积分:1
  • svdprony
    使用奇异值分解算法的prony算法用于电机故障诊断(SVD algorithm prony algorithm for the motor fault diagnosis)
    2016-05-03 21:24:59下载
    积分:1
  • svpwm
    svpwm仿真模型,通过仿真确定svpwm的最佳配置模式(svpwm simulation model to determine the optimal configuration of the simulation model svpwm)
    2013-12-28 23:37:56下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载