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

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

于 2020-07-07 发布 文件大小:1967KB
0 263
下载积分: 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 个回复

  • pinlv
    频率相位测量的程序。实现相位差的测量与显示。(Frequency phase measurement process. Implementation phase of the measurement and display.)
    2021-04-18 12:28:52下载
    积分:1
  • svdprony
    使用奇异值分解算法的prony算法用于电机故障诊断(SVD algorithm prony algorithm for the motor fault diagnosis)
    2016-05-03 21:24:59下载
    积分:1
  • chaoshengbo
    51环境的超声波程序,keil直接完美运行,需要复制到程序中(51 microcontroller ultrasound procedure can be run directly keil)
    2014-12-06 00:44:08下载
    积分:1
  • CC1101Schematic-experimental-code
    MSP430g2553实现CC1101无线通讯。 最近有个项目,使用CC1101无线传输控制,刚开始做使用MEGA8实现,当晚也没有考虑功耗的问题,但最后项目要求用电池供电,这就出现问题了。无线在发射时的系统的整个功耗在16ma左右,这样一算,不论实用什么电池也不能实现一个月的工作时间。但是要实现,就要一步一步的调试。第一部做的是把MEGA8的供电降到3.3V, 这样的系统的功耗能够降低一半,但是总的时间还是不能实现;第二部把系统的DC/DC稳压片替换成低电流输出、低功耗的稳压电源。这样两步下来,系统功耗降到8ma,可惜的还是不能实现。再进一步,让无线间隔性工作,工作30S,停30S。这样功耗又进一步下降,但是用电池供电的话,只能维持10天左右,要想实现30天,不太可能啊。 CC1101原理图实验代码 拿到LaunchPad后,第一想到是将代码移植到上面,看看系统的功耗。今天上午很容易移植成功了,一没功耗,让我看到了希望,在没有采取任何降低功耗的措施下,系统的功耗是4ma,无线一直在工作状态。太好,如果采取功耗设计,我想一定能够实现项目要求,期待能够调试出更低的功耗。 (The CC1101 Schematic experimental code)
    2020-08-30 14:58:11下载
    积分:1
  • Modbus_HoldStart)
    modbus通信程序,可用组态软件的驱动程序开发(modbus communication program, available configuration software driver development)
    2014-02-22 14:42:15下载
    积分:1
  • xuanguakongzhi5110
    用诺基亚5110显示的悬挂运动控制系统,完美的运行了寻点,直线,画圆,循迹的程序没加进去,如果想要的话发信息至1551142817@qq.com(Nokia 5110 display with a suspension motion control system, running to find the perfect point, line, circle, tracking program not added, if desired send a message to 1551142817@qq.com)
    2013-09-09 20:18:59下载
    积分:1
  • Beginning-Visual-C_-2012-Programming
    Beginning Visual C_ 2012 Programming
    2014-10-25 22:47:42下载
    积分:1
  • 78
    说明:  基于飞思卡尔DG128的方波,适合学生学习(Based on Freescale DG128 square wave, suitable for students)
    2010-07-04 20:41:05下载
    积分:1
  • Client
    本文以霍尔茨(HOLZER)法作为船舶轴系扭转振动的计算方法,着重研究了船舶轴系自由扭振的计算与分析,并对轴系扭振产生原因进行了分析,提出了一系列减振方法,以保证船舶动力装置的安全正常运行。(In this paper, Holtz (HOLZER) Act as the ship shafting torsional vibration calculation methods, focusing on the calculation and analysis of ship shafting torsional vibration of freedom, and the shaft torsional vibration causes analyzed, proposed a series of less vibration methods to ensure the safety of the ship s power plant running.)
    2014-07-23 10:04:16下载
    积分:1
  • key
    按键判断 进行行扫描m表示对应的行数 n表示对应的列数 对应数值亮(Judgment keystroke scan lines express the corresponding m number of rows n that corresponds to the number of rows corresponding numerical Liang)
    2008-05-01 09:31:56下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载