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

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

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

  • BLDC-ECET
    电动工具无刷电机控制解决方案,基于单片机控制的无刷电机驱动,可立即启停,高性能,低耗能,锂电池充电。(Electric tools brushless motor control solutions, brushless motor driver based on single chip microcomputer control, can immediately stop, high performance, low energy, lithium battery.)
    2020-08-15 22:28:26下载
    积分:1
  • wenduji
    基于学习板的数字温度计设计程序,可以在数码管上动态显示实时温度,按键控制温度范围,可以使用蜂鸣器报警等。(Based on the study of the board, can design program digital thermometer in digital displays real-time temperature on the tube, button control temperature range, can use the buzzer alarm and etc.)
    2010-07-19 17:51:50下载
    积分:1
  • shuangkui
    双馈风电机组的PSCAD模型,是通用模型,有助于帮助解决双馈风电机组建模问题(PSCAD doubly-fed motor model)
    2013-12-23 21:47:00下载
    积分:1
  • duogongnengdingshiqi
    说明:  内有电路图和对应的程序,已经调试成功,能实现定时功能。(There are circuit diagrams and the corresponding procedures are debugging success, to achieve timing.)
    2009-08-17 17:48:16下载
    积分:1
  • AOK虚拟示波器上位源码及APP最新版
    AOK虚拟示波器的上位机源码,从串口获取下位机数据,然后绘制波形(AOK virtual oscilloscope host computer source, from the serial access to the next machine data, and then draw the waveform)
    2017-09-20 16:29:41下载
    积分:1
  • Menu
    菜单编程操作的源代码,有助于对菜单的理解。。(Menu programming operation of the source code, contribute to the understanding of the menu. .)
    2013-11-27 23:23:33下载
    积分:1
  • 51-circuit-for-proteus
    郭天祥教学单片计配套电路图,可用proteus打开,比完成相应的实验(It is the circuit for the using of SCM of Guo Tianxiang training. )
    2012-09-25 19:05:53下载
    积分:1
  • an_r01an0455ej0100_rl78_pwm
    瑞萨 pwm 控制(自带头文件)压缩包打包 (Renesas pwm control (from the lead file) compressed packed)
    2013-08-31 09:00:39下载
    积分:1
  • Voltmeter
    走马灯,包括原理图和源程序,功能齐全,运用单片机开发的代码(Lantern, including schematics and source, fully functional, use microcontroller development code)
    2015-01-07 21:06:10下载
    积分:1
  • image
    基于msp430f2618的lcd的液晶图形显示程序(Based on msp430f2618 the lcd LCD graphics display program)
    2012-07-26 17:22:40下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载