资源简介
stm32通过软件SPI来驱动,可以直接抑制,能够正常读写
代码片段和文件信息
#include “AD7124.h“
#include “communication.h“
/* Error codes */
#define INVALID_VAL -1 /* Invalid argument */
#define COMM_ERR -2 /* Communication error on receive */
#define TIMEOUT -3 /* A timeout has occured */
/*! Array holding the info for the ad7124 registers - address initial value
size and access type. */
ad7124_st_reg ad7124_regs[] =
{
{0x00 0x00 1 2} /* AD7124_Status */
{0x01 0x1580 2 1} /* AD7124_ADC_Control */
{0x02 0x0000 3 2} /* AD7124_Data */
{0x03 0x8000 3 1} /* AD7124_IOCon1 */
{0x04 0x0000 2 1} /* AD7124_IOCon2 */
{0x05 0x02 1 2} /* AD7124_ID */
{0x06 0x0000 3 2} /* AD7124_Error */
{0x07 0x001F 3 1} /* AD7124_Error_En */
{0x08 0x00 1 2} /* AD7124_Mclk_Count */
{0x09 0x8011 2 1}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 16761 2017-07-21 14:33 AD7124\AD7124.c
文件 3468 2017-07-21 10:38 AD7124\AD7124.h
文件 10309 2017-07-21 10:39 AD7124\ad7124_regs.h
文件 3220 2017-07-21 14:26 AD7124\Communication.c
文件 725 2017-06-02 04:02 AD7124\communication.h
文件 1685 2017-07-19 16:13 AD7124\myspi.c
文件 1003 2017-07-19 16:13 AD7124\myspi.h
目录 0 2017-07-21 14:33 AD7124
----------- --------- ---------- ----- ----
37171 8
评论
共有 条评论