资源简介
用stm32 编写AD5761R的驱动程序,已经调试过了,并在项目中测试
代码片段和文件信息
/***************************************************************************//**
* @file ad5761r.c
* @brief Implementation of AD5761R Driver.
* @author DBogdan (dragos.bogdan@analog.com)
********************************************************************************
* Copyright 2015(c) Analog Devices Inc.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms with or without
* modification are permitted provided that the following conditions are met:
* - Redistributions of source code must retain the above copyright
* notice this list of conditions and the following disclaimer.
* - Redistributions in binary form must reproduce the above copyright
* notice this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
* - Neither the name of Analog Devices Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
* - The use of this software may or may not infringe the patent rights
* of one or more patent holders. This license does not release you
* from the requirement that you obtain separate licenses from these
* patent holders to use this software.
* - Use of the software either in source or binary form must be run
* on or directly connected to an Analog Devices Inc. component.
*
* THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES “AS IS“ AND ANY EXPRESS OR
* IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
* IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT INDIRECT
* INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT
* LIMITED TO INTELLECTUAL PROPERTY RIGHTS PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
* CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
/******************************************************************************/
/***************************** Include Files **********************************/
/******************************************************************************/
/**
******************************************************************************
* @file bsp_ad5761r.c
* @author 张超凡
* @version V1.0
* @date
* @brief
*
*/
/**************************调试信息******************************************************
* anlog公司放到github上的驱动,比较复杂。
* 调试的时候可以把需要的功能添加,不要的删除。
*
*
* 只用到了官方提供的两个函数 ad5761r_init ad5761r_c
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-05-24 15:40 ad5761r\
文件 22460 2017-05-24 15:40 ad5761r\bsp_ad5761r.c
文件 11146 2017-05-24 15:40 ad5761r\bsp_ad5761r.h
相关资源
- Ti的DAC8552、DAC8554驱动程序
- stm32串行驱动12864字符,图片
- STM32 定时器捕获PWM波 以及占空比
- STM32学习笔记STM32学习笔记
- STM32 USART1 USART2 UASRT3 UART4 UART5串口通信
- STM32F103产生正弦波DEMO
- STM32 MCP2515 CAN 通信收发程序,调试通
- stm32f103rc_hcsr04.rar
- STM32F103 WS2812真彩LED灯驱动例程
- stm32PWM呼吸灯
- STM32-DS18B20程序
- 基于STM32的寝室指纹门锁设计
- stm32f1对MLX90614ESF读取数据
- STM32F407ZGT6用TB6600驱动器驱动4257步进电
- STM32f103vET6 最小系统原理图
- stm32控制舵机程序
- LORA实现收发,SX1278+STM32F103
- STM32F103任意频率三角波+正弦波产生
- STM32L452ADC初始化+外部电压采集+温度传
- 第十届蓝桥杯嵌入式比赛备赛 资料汇
- stm32利用定时器的PWM输出驱动蜂鸣器播
- 实验20 PWM DAC实验.rar
- ADS1220 stm32f407vet6驱动硬件spi2带部分翻
- 基于AD绘制的STM32F103VET6最小系统板
- 基于AD绘制的STM32F405最小系统板
- STM32F013ZET6原理图
- STM32F334数字电源设计
- STM32制作的贪吃蛇小游戏
- 蜘蛛机器人STM32F103控制电路原理图
- 基于stm32和红外传感器的寻迹小车程序
评论
共有 条评论