RFID

所属分类:嵌入式/单片机/硬件编程
开发工具:C++
文件大小:664KB
下载次数:8
上传日期:2008-10-09 10:49:17
上 传 者zft666
说明:  在IAR 环境下,开发RFID的详细过程。
(In the IAR environment, the development of the detailed process RFID.)

文件列表:
RFID\library\inc\cortexm3_macro.h (2225, 2008-07-14)
RFID\library\inc\stm32f10x_adc.h (18854, 2008-07-14)
RFID\library\inc\stm32f10x_bkp.h (6911, 2008-07-14)
RFID\library\inc\stm32f10x_can.h (12279, 2008-07-14)
RFID\library\inc\stm32f10x_crc.h (1881, 2008-07-14)
RFID\library\inc\stm32f10x_dac.h (9598, 2008-07-14)
RFID\library\inc\stm32f10x_dbgmcu.h (2859, 2008-07-14)
RFID\library\inc\stm32f10x_dma.h (17974, 2008-07-14)
RFID\library\inc\stm32f10x_exti.h (5776, 2008-07-14)
RFID\library\inc\stm32f10x_flash.h (13996, 2008-07-14)
RFID\library\inc\stm32f10x_fsmc.h (19041, 2008-07-14)
RFID\library\inc\stm32f10x_gpio.h (14820, 2008-07-14)
RFID\library\inc\stm32f10x_i2c.h (15479, 2008-07-14)
RFID\library\inc\stm32f10x_iwdg.h (3414, 2008-07-14)
RFID\library\inc\stm32f10x_lib.h (3200, 2008-07-14)
RFID\library\inc\stm32f10x_map.h (28290, 2008-07-14)
RFID\library\inc\stm32f10x_nvic.h (19198, 2008-07-14)
RFID\library\inc\stm32f10x_pwr.h (3865, 2008-07-14)
RFID\library\inc\stm32f10x_rcc.h (14783, 2008-07-14)
RFID\library\inc\stm32f10x_rtc.h (3619, 2008-07-14)
RFID\library\inc\stm32f10x_sdio.h (18326, 2008-07-14)
RFID\library\inc\stm32f10x_spi.h (13470, 2008-07-14)
RFID\library\inc\stm32f10x_systick.h (3212, 2008-07-14)
RFID\library\inc\stm32f10x_tim.h (47203, 2008-07-14)
RFID\library\inc\stm32f10x_type.h (3388, 2008-07-14)
RFID\library\inc\stm32f10x_usart.h (14180, 2008-07-14)
RFID\library\inc\stm32f10x_wwdg.h (2620, 2008-07-14)
RFID\library\src\stm32f10x_adc.c (58563, 2008-07-14)
RFID\library\src\stm32f10x_bkp.c (11170, 2008-07-14)
RFID\library\src\stm32f10x_can.c (32053, 2008-07-14)
RFID\library\src\stm32f10x_crc.c (4615, 2008-07-14)
RFID\library\src\stm32f10x_dac.c (17175, 2008-07-14)
RFID\library\src\stm32f10x_dbgmcu.c (5222, 2008-07-14)
RFID\library\src\stm32f10x_dma.c (33291, 2008-07-14)
RFID\library\src\stm32f10x_exti.c (8742, 2008-07-14)
RFID\library\src\stm32f10x_flash.c (32684, 2008-07-14)
RFID\library\src\stm32f10x_fsmc.c (41592, 2008-07-14)
RFID\library\src\stm32f10x_gpio.c (22558, 2008-09-16)
RFID\library\src\stm32f10x_i2c.c (47776, 2008-07-14)
RFID\library\src\stm32f10x_iwdg.c (6431, 2008-07-14)
... ...

/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Version : V2.0.2 * Date : 07/11/2008 * Description : This sub-directory contains all the user-modifiable files * needed to create a new project linked with the STM32F10x * Firmware Library and working with IAR Embedded Workbench * for ARM (EWARM) software toolchain (version 5.11A and later) ******************************************************************************** * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. * AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, * INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE * CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. *******************************************************************************/ Directory contents =================== - project .ewd/.eww/.ewp: A pre-configured project file with the provided library structure that produces an executable image with IAR Embedded Workbench. - stm32f10x_vector.c: This file contains the vector table for STM32F10x. User can also enable the use of external SRAM mounted on STM3210E-EVAL board as data memory. - stm32f10x_flash.icf : This file is the IAR specific linking and loading file used to load in Flash and execute code and variables to target memories and regions. You can customize this file to your need. - stm32f10x_ram.icf: This file is the IAR specific linking and loading file used to load in RAM and execute code and variables to target memories and regions. You can customize this file to your need. - cortexm3_macro.s: Instruction wrappers for special Cortex-M3 instructions. How to use it ============= - Open the Project.eww workspace. - In the workspace toolbar select the project config: - STM3210B-EVAL: to configure the project for STM32 Medium-density devices - STM3210E-EVAL: to configure the project for STM32 High-density devices - Rebuild all files: Project->Rebuild all - Load project image: Project->Debug - Run program: Debug->Go(F5) NOTE: - Medium-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 32 and 128 Kbytes. - High-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 256 and 512 Kbytes. ******************* (C) COPYRIGHT 2008 STMicroelectronics *****END OF FILE******

近期下载者

相关文件


收藏者