STM32F2xx_StdPeriph_Template

所属分类:处理器开发
开发工具:C/C++
文件大小:68KB
下载次数:6
上传日期:2015-01-06 13:44:12
上 传 者风潇
说明:  STM322xG-EVAL stm32f2xx 系列评估板例程
(STM322xG-EVAL examples)

文件列表:
STM32F2xx_StdPeriph_Template\EWARM\Project.ewd (24245, 2012-04-13)
STM32F2xx_StdPeriph_Template\EWARM\Project.ewp (29877, 2012-04-13)
STM32F2xx_StdPeriph_Template\EWARM\Project.eww (161, 2012-04-13)
STM32F2xx_StdPeriph_Template\EWARM\stm32f2xx_flash.icf (1342, 2012-04-13)
STM32F2xx_StdPeriph_Template\EWARM\stm32f2xx_flash_extsram.icf (1363, 2012-04-13)
STM32F2xx_StdPeriph_Template\EWARM\stm32f2xx_sram.icf (1342, 2012-04-13)
STM32F2xx_StdPeriph_Template\main.c (4823, 2012-04-13)
STM32F2xx_StdPeriph_Template\main.h (1965, 2012-04-13)
STM32F2xx_StdPeriph_Template\MDK-ARM\Project.uvgui.heyb (72197, 2014-12-15)
STM32F2xx_StdPeriph_Template\MDK-ARM\Project.uvgui_heyb.bak (72204, 2014-12-15)
STM32F2xx_StdPeriph_Template\MDK-ARM\Project.uvopt (28395, 2014-12-15)
STM32F2xx_StdPeriph_Template\MDK-ARM\Project.uvproj (24116, 2014-12-15)
STM32F2xx_StdPeriph_Template\MDK-ARM\Project_STM322xG_EVAL.dep (24132, 2014-12-15)
STM32F2xx_StdPeriph_Template\MDK-ARM\STM322xG_EVAL\STM322xG_EVAL.plg (234, 2014-12-15)
STM32F2xx_StdPeriph_Template\Release_Notes.html (14935, 2012-04-13)
STM32F2xx_StdPeriph_Template\RIDE\Project.rapp (26459, 2012-04-13)
STM32F2xx_StdPeriph_Template\RIDE\Project.rprj (309, 2012-04-13)
STM32F2xx_StdPeriph_Template\RIDE\stm32f2xx_flash_extsram.ld (6967, 2012-04-13)
STM32F2xx_StdPeriph_Template\stm32f2xx_conf.h (3771, 2012-04-13)
STM32F2xx_StdPeriph_Template\stm32f2xx_it.c (4577, 2012-04-13)
STM32F2xx_StdPeriph_Template\stm32f2xx_it.h (2221, 2012-04-13)
STM32F2xx_StdPeriph_Template\system_stm32f2xx.c (20915, 2012-04-13)
STM32F2xx_StdPeriph_Template\TASKING\STM322xG-EVAL\.cproject (17177, 2012-04-13)
STM32F2xx_StdPeriph_Template\TASKING\STM322xG-EVAL\.project (8901, 2012-04-13)
STM32F2xx_StdPeriph_Template\TASKING\STM322xG-EVAL\STM322xG-EVAL.board.launch (4128, 2012-04-13)
STM32F2xx_StdPeriph_Template\TASKING\STM322xG-EVAL\TASKING\stm32f2xx.lsl (15892, 2012-04-13)
STM32F2xx_StdPeriph_Template\TrueSTUDIO\note.txt (2556, 2012-04-13)
STM32F2xx_StdPeriph_Template\TrueSTUDIO\STM322xG_EVAL\.cproject (29511, 2012-04-13)
STM32F2xx_StdPeriph_Template\TrueSTUDIO\STM322xG_EVAL\.project (10909, 2012-04-13)
STM32F2xx_StdPeriph_Template\TrueSTUDIO\STM322xG_EVAL\.settings\com.atollic.truestudio.debug.hardware_device.prefs (293, 2012-04-13)
STM32F2xx_StdPeriph_Template\TrueSTUDIO\STM322xG_EVAL\stm32_flash.ld (4973, 2012-04-13)
STM32F2xx_StdPeriph_Template\TrueSTUDIO\stm32f2xx_flash_extsram.ld (4966, 2012-04-13)
STM32F2xx_StdPeriph_Template\TASKING\.metadata\Link (0, 2012-04-15)
STM32F2xx_StdPeriph_Template\TASKING\STM322xG-EVAL\TASKING (0, 2014-12-25)
STM32F2xx_StdPeriph_Template\TrueSTUDIO\.metadata\Link (0, 2012-04-15)
... ...

/** @page ride RIDE Project Template for STM32F2xx devices @verbatim ******************** (C) COPYRIGHT 2012 STMicroelectronics ******************* * @file readme.txt * @author MCD Application Team * @version V1.1.0 * @date 13-April-2012 * @brief This sub-directory contains all the user-modifiable files needed to * create a new project linked with the STM32F2xx Standard Peripherals * Library and working with RIDE7 software toolchain. ****************************************************************************** * * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); * You may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.st.com/software_license_agreement_liberty_v2 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ****************************************************************************** @endverbatim @par Directory contents - project .rprj/.rapp: A pre-configured project file with the provided library structure that produces an executable image with RIDE7. - stm32f2xx_flash_extsram.ld: This file is the RAISONANCE linker script 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. @par How to use it ? - Open the Project.rprj project. - Rebuild all files: Project->build project - Load project image: Debug->start(ctrl+D) - Run program: Debug->Run(ctrl+F9) @note The needed define symbols for this config are already declared in the preprocessor section: USE_STM322xG_EVAL, STM32F2XX, USE_STDPERIPH_DRIVER *

© COPYRIGHT STMicroelectronics

*/

近期下载者

相关文件


收藏者