Standby-mode-on-the-STM32

所属分类:处理器开发
开发工具:C/C++
文件大小:223KB
下载次数:52
上传日期:2012-10-16 11:23:27
上 传 者wanqiu
说明:  在STM32上实现standby模式,经过调试后可用
(In the standby mode on the STM32 available after commissioning)

文件列表:
CMSIS\Core\CM3\core_cm3.c (16249, 2009-04-06)
CMSIS\Core\CM3\core_cm3.h (42077, 2009-04-06)
CMSIS\Core\CM3\stm32f10x.h (530869, 2009-04-06)
CMSIS\Core\CM3\system_stm32f10x.c (24166, 2009-04-06)
CMSIS\Core\CM3\system_stm32f10x.h (2158, 2009-04-06)
CMSIS\Core\CM3\startup\iar\startup_stm32f10x_hd.s (16573, 2009-04-06)
CMSIS\Core\CM3\startup\iar\startup_stm32f10x_ld.s (12001, 2009-04-06)
CMSIS\Core\CM3\startup\iar\startup_stm32f10x_md.s (12492, 2009-04-06)
CMSIS\Core\Documentation\CMSIS_Core.htm (50779, 2009-04-06)
EWARMv5\Project.ewd (17887, 2010-07-17)
EWARMv5\Project.ewp (24229, 2010-07-17)
EWARMv5\Project.eww (161, 2009-04-06)
EWARMv5\stm32f10x_flash.icf (1355, 2009-04-06)
EWARMv5\stm32f10x_flash_extsram.icf (1422, 2009-04-06)
EWARMv5\stm32f10x_nor.icf (1355, 2009-04-06)
EWARMv5\stm32f10x_ram.icf (1355, 2009-04-06)
EWARMv5\Project.dep (11764, 2010-07-17)
EWARMv5\settings\Project.cspy.bat (2500, 2010-07-17)
EWARMv5\settings\Project.wsdt (3430, 2010-07-17)
EWARMv5\settings\Project_STM3210E-EVAL.jlink (205, 2009-10-14)
EWARMv5\settings\Project.dni (1661, 2010-07-17)
EWARMv5\settings\Project.dbgdt (3592, 2010-06-29)
STM32F10x_StdPeriph_Driver\inc\misc.h (4951, 2009-04-06)
STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h (19558, 2009-04-06)
STM32F10x_StdPeriph_Driver\inc\stm32f10x_bkp.h (7373, 2009-04-06)
STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h (14289, 2009-04-06)
STM32F10x_StdPeriph_Driver\inc\stm32f10x_crc.h (1980, 2009-04-06)
STM32F10x_StdPeriph_Driver\inc\stm32f10x_dac.h (10271, 2009-04-06)
STM32F10x_StdPeriph_Driver\inc\stm32f10x_dbgmcu.h (2980, 2009-04-06)
STM32F10x_StdPeriph_Driver\inc\stm32f10x_dma.h (18790, 2009-04-06)
STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h (5833, 2009-04-06)
STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h (14446, 2009-04-06)
STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h (17276, 2009-04-06)
STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h (15050, 2009-04-06)
STM32F10x_StdPeriph_Driver\inc\stm32f10x_i2c.h (16923, 2009-04-06)
STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h (3677, 2009-04-06)
STM32F10x_StdPeriph_Driver\inc\stm32f10x_pwr.h (4201, 2009-04-06)
STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h (16258, 2009-04-06)
STM32F10x_StdPeriph_Driver\inc\stm32f10x_rtc.h (3659, 2009-04-06)
... ...

/** @page ewarmv5 EWARMv5 Project Template @verbatim ******************** (C) COPYRIGHT 2009 STMicroelectronics ******************** * @file readme.txt * @author MCD Application Team * @version V3.0.0 * @date 04/06/2009 * @brief This sub-directory contains all the user-modifiable files * needed to create a new project linked with the STM32F10x * Standard Peripheral Library and working with IAR Embedded * Workbench for ARM (EWARM) software toolchain (version 5.30 * 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. ******************************************************************************* @endverbatim @par 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_flash.icf : This file is the IAR Linker configuration file used to place program code (readonly) in internal FLASH and data (readwrite, Stack and Heap)in internal SRAM. You can customize this file to your need. - stm32f10x_flash_extsram.icf: This file is the IAR Linker configuration file used to place program code (readonly) in internal FLASH and data (readwrite, Stack and Heap)in external SRAM. You can customize this file to your need. - stm32f10x_nor.icf: This file is the IAR Linker configuration file used to place program code (readonly) in external NOR FLASH and data (readwrite, Stack and Heap)in internal SRAM. You can customize this file to your need. - stm32f10x_ram.icf: This file is the IAR Linker configuration file used to place program code (readonly) and data (readwrite, Stack and Heap)in internal SRAM. You can customize this file to your need. . @par 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 - Low-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 16 and 32 Kbytes. - 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. *

© COPYRIGHT 2009 STMicroelectronics

*/

近期下载者

相关文件


收藏者