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

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

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

  • 80c52
    基于单片机控制I/O 和模拟电压线性输出,用于基本系统控制(failed to translate)
    2013-05-06 15:12:22下载
    积分:1
  • main
    实现ADT7310温度采集并传输到M25P16上存储(Achieve ADT7310 temperature acquisition and transfer to the storage on the M25P16)
    2011-09-20 10:52:49下载
    积分:1
  • PCL818
    毕业设计时做DC600V逆变器测试系统,采用工控机为主控制器,PCL-818数据采集卡, VC++作编程工具,对25T、25k型客车使用的逆变器进行性能测试。(Graduation time to do DC600V inverter test system, IPC-based controller, PCL-818 data acquisition card, VC++ as a programming tool, 25T, 25k bus-type inverter used for performance testing.)
    2011-10-22 08:44:46下载
    积分:1
  • PS2key
    本例是用51单片机的键盘解码程序,亲试好用(This case is a keyboard with 51 decoding process, pro-test handy)
    2013-08-23 14:01:25下载
    积分:1
  • BEM2CPP
    二维弹性常值边界元程序BEM2C++,二维边界元,弹性静力学(2 Dimensional elastic constant BEM program BEM2C++)
    2014-01-07 16:31:07下载
    积分:1
  • VB
    说明:  VB串口通讯实例 高精度电压表(24bit) VB源程序(VB serial communication example high precision voltage meter (24bit) VB source code)
    2007-09-16 22:37:48下载
    积分:1
  • 51test
    51单片机简单进行测试是否正常测试内容为LED灯等(51 single simple test whether the normal test content for the LED lights)
    2014-05-11 19:52:16下载
    积分:1
  • DALI-Unit
    DALI调光详细讲解,软硬件齐全,不可多得的好材料(DALI dimming elaborate hardware and software is complete, the rare good material)
    2011-01-28 15:18:46下载
    积分:1
  • Timer
    定时器:设定时间格式(00::00)后,到时间弹出提示(timer:set time(00:00),then run up)
    2013-12-07 08:46:19下载
    积分:1
  • 645-485
    一个电表行业专用的基于645规约的电表485通讯抄表程序,可以进行485总线抄表,645规约测试。程序技术要点就是规约数据传输协议的处理,如向电表发送数据时的控制码和数据长度、发送的数据部分(数据标识 + 密码 + 数据)、应答帧长度、结束标志等通讯协议的处理值得大家学习。(A meter-based industry-specific statute 645 meter 485 meter-reading procedure can be carried out 485 meter, 645 Statute of the test. Procedures for the technical elements of the statute is to deal with data transmission protocols, such as sending data to the meter when the control code and data length, send the data section (data logo+ Password+ Data), response frame length, marks the end of the treatment protocol, etc. everyone deserves to learn.)
    2021-03-08 09:49:29下载
    积分:1
  • 696518资源总数
  • 104600会员总数
  • 46今日下载