文件名称:STM32_7022E
-
所属分类:
- 标签属性:
- 上传时间:2014-03-30
-
文件大小:195.72kb
-
已下载:3次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
这个源码是利用STM32操作ATT7022E,并简单的读取各项基本参数的通讯例子。STM32使用R8T6,计量芯片是ATT7022E。例程中采用模拟SPI来对ATT7022E进行操作,里面的初始化、校表的寄存器操作均是根据ATT7022E的用户手册和应用笔记的最新寄存器操作进行。希望这个例子能对使用这款芯片做电力仪表的带来帮助。-This source is the use STM32 operating ATT7022E, and a simple example of the basic reading communication parameters. STM32 using R8T6, metering chip is ATT7022E. Analog SPI routines to manipulate ATT7022E, register operations inside the initialization, school tables are made in accordance ATT7022E user manuals and application notes for the latest register. I hope this example will bring help to use the chip to make electricity meters.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
library/
library/inc/
library/inc/cortexm3_macro.h
library/inc/stm32f10x_adc.h
library/inc/stm32f10x_bkp.h
library/inc/stm32f10x_can.h
library/inc/stm32f10x_crc.h
library/inc/stm32f10x_dac.h
library/inc/stm32f10x_dbgmcu.h
library/inc/stm32f10x_dma.h
library/inc/stm32f10x_exti.h
library/inc/stm32f10x_flash.h
library/inc/stm32f10x_fsmc.h
library/inc/stm32f10x_gpio.h
library/inc/stm32f10x_i2c.h
library/inc/stm32f10x_iwdg.h
library/inc/stm32f10x_lib.h
library/inc/stm32f10x_map.h
library/inc/stm32f10x_nvic.h
library/inc/stm32f10x_pwr.h
library/inc/stm32f10x_rcc.h
library/inc/stm32f10x_rtc.h
library/inc/stm32f10x_sdio.h
library/inc/stm32f10x_spi.h
library/inc/stm32f10x_systick.h
library/inc/stm32f10x_tim.h
library/inc/stm32f10x_type.h
library/inc/stm32f10x_usart.h
library/inc/stm32f10x_wwdg.h
library/src/
library/src/stm32f10x_adc.c
library/src/stm32f10x_bkp.c
library/src/stm32f10x_can.c
library/src/stm32f10x_crc.c
library/src/stm32f10x_dac.c
library/src/stm32f10x_dbgmcu.c
library/src/stm32f10x_dma.c
library/src/stm32f10x_exti.c
library/src/stm32f10x_flash.c
library/src/stm32f10x_fsmc.c
library/src/stm32f10x_gpio.c
library/src/stm32f10x_i2c.c
library/src/stm32f10x_iwdg.c
library/src/stm32f10x_lib.c
library/src/stm32f10x_nvic.c
library/src/stm32f10x_pwr.c
library/src/stm32f10x_rcc.c
library/src/stm32f10x_rtc.c
library/src/stm32f10x_sdio.c
library/src/stm32f10x_spi.c
library/src/stm32f10x_systick.c
library/src/stm32f10x_tim.c
library/src/stm32f10x_usart.c
library/src/stm32f10x_wwdg.c
list/
obj/
obj/GPIOled.hex
src/
src/ATT7022.c
src/ATT7022.h
src/main.c
src/SPI.c
src/SPI.h
CEPARK_7022.uvopt
CEPARK_7022.uvproj
JLink Regs CM3.txt
JLinkSettings.ini
keilkilll.bat
boot/
boot/cortexm3_macro.s
boot/stm32f10x_vector.s
interrupt/
interrupt/stm32f10x_it.c
interrupt/stm32f10x_it.h
library/inc/
library/inc/cortexm3_macro.h
library/inc/stm32f10x_adc.h
library/inc/stm32f10x_bkp.h
library/inc/stm32f10x_can.h
library/inc/stm32f10x_crc.h
library/inc/stm32f10x_dac.h
library/inc/stm32f10x_dbgmcu.h
library/inc/stm32f10x_dma.h
library/inc/stm32f10x_exti.h
library/inc/stm32f10x_flash.h
library/inc/stm32f10x_fsmc.h
library/inc/stm32f10x_gpio.h
library/inc/stm32f10x_i2c.h
library/inc/stm32f10x_iwdg.h
library/inc/stm32f10x_lib.h
library/inc/stm32f10x_map.h
library/inc/stm32f10x_nvic.h
library/inc/stm32f10x_pwr.h
library/inc/stm32f10x_rcc.h
library/inc/stm32f10x_rtc.h
library/inc/stm32f10x_sdio.h
library/inc/stm32f10x_spi.h
library/inc/stm32f10x_systick.h
library/inc/stm32f10x_tim.h
library/inc/stm32f10x_type.h
library/inc/stm32f10x_usart.h
library/inc/stm32f10x_wwdg.h
library/src/
library/src/stm32f10x_adc.c
library/src/stm32f10x_bkp.c
library/src/stm32f10x_can.c
library/src/stm32f10x_crc.c
library/src/stm32f10x_dac.c
library/src/stm32f10x_dbgmcu.c
library/src/stm32f10x_dma.c
library/src/stm32f10x_exti.c
library/src/stm32f10x_flash.c
library/src/stm32f10x_fsmc.c
library/src/stm32f10x_gpio.c
library/src/stm32f10x_i2c.c
library/src/stm32f10x_iwdg.c
library/src/stm32f10x_lib.c
library/src/stm32f10x_nvic.c
library/src/stm32f10x_pwr.c
library/src/stm32f10x_rcc.c
library/src/stm32f10x_rtc.c
library/src/stm32f10x_sdio.c
library/src/stm32f10x_spi.c
library/src/stm32f10x_systick.c
library/src/stm32f10x_tim.c
library/src/stm32f10x_usart.c
library/src/stm32f10x_wwdg.c
list/
obj/
obj/GPIOled.hex
src/
src/ATT7022.c
src/ATT7022.h
src/main.c
src/SPI.c
src/SPI.h
CEPARK_7022.uvopt
CEPARK_7022.uvproj
JLink Regs CM3.txt
JLinkSettings.ini
keilkilll.bat
boot/
boot/cortexm3_macro.s
boot/stm32f10x_vector.s
interrupt/
interrupt/stm32f10x_it.c
interrupt/stm32f10x_it.h
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.