uCOS-II_Model_STM32

所属分类:单片机开发
开发工具:Visual C++
文件大小:1289KB
下载次数:81
上传日期:2009-03-16 14:36:08
上 传 者xcoder123
说明:  IAR4.42版本的UCOSII for STM32移植模板
(IAR4.42 version of UCOSII for STM32 transplantation template)

文件列表:
uCOS-II_Model\TaskSource\task.h (910, 2008-11-05)
uCOS-II_Model\TaskSource\task.c (3679, 2008-11-06)
uCOS-II_Model\uCOS-II\config\stm32f10x_conf.h (6383, 2008-09-21)
uCOS-II_Model\uCOS-II\config\app_cfg.h (3221, 2008-11-06)
uCOS-II_Model\uCOS-II\config\os_cfg.h (10437, 2008-11-06)
uCOS-II_Model\uCOS-II\src\os_flag.c (56024, 2008-06-26)
uCOS-II_Model\uCOS-II\src\os_mbox.c (30880, 2008-06-26)
uCOS-II_Model\uCOS-II\src\os_mem.c (19945, 2008-06-26)
uCOS-II_Model\uCOS-II\src\os_mutex.c (37701, 2008-06-26)
uCOS-II_Model\uCOS-II\src\os_q.c (42250, 2008-06-26)
uCOS-II_Model\uCOS-II\src\os_sem.c (29440, 2008-06-26)
uCOS-II_Model\uCOS-II\src\os_task.c (52069, 2008-06-26)
uCOS-II_Model\uCOS-II\src\os_time.c (11435, 2008-06-26)
uCOS-II_Model\uCOS-II\src\os_tmr.c (46917, 2008-06-26)
uCOS-II_Model\uCOS-II\src\cpu_c.c (28192, 2008-08-29)
uCOS-II_Model\uCOS-II\src\cpu_a.asm (7796, 2008-08-29)
uCOS-II_Model\uCOS-II\src\os_cpu_a.asm (12709, 2008-08-22)
uCOS-II_Model\uCOS-II\src\os_dbg.c (11731, 2008-08-15)
uCOS-II_Model\uCOS-II\src\lib_str.c (55819, 2008-06-27)
uCOS-II_Model\uCOS-II\src\lib_mem.c (64106, 2008-07-20)
uCOS-II_Model\uCOS-II\src\lib_mem_a.asm (12006, 2008-08-29)
uCOS-II_Model\uCOS-II\src\bsp_int.c (15467, 2008-09-03)
uCOS-II_Model\uCOS-II\src\os_core.c (88510, 2008-11-05)
uCOS-II_Model\uCOS-II\src\os_cpu_c.c (14865, 2008-11-06)
uCOS-II_Model\uCOS-II\src\bsp.c (4570, 2008-11-06)
uCOS-II_Model\uCOS-II\inc\cpu_def.h (8355, 2008-08-05)
uCOS-II_Model\uCOS-II\inc\cpu.h (31906, 2008-08-29)
uCOS-II_Model\uCOS-II\inc\lib_mem.h (52354, 2008-07-20)
uCOS-II_Model\uCOS-II\inc\lib_str.h (11906, 2008-08-05)
uCOS-II_Model\uCOS-II\inc\lib_def.h (27882, 2008-07-17)
uCOS-II_Model\uCOS-II\inc\bsp.h.bak (20866, 2008-11-05)
uCOS-II_Model\uCOS-II\inc\includes.h (1686, 2008-11-05)
uCOS-II_Model\uCOS-II\inc\ucos_ii.h (82193, 2008-11-05)
uCOS-II_Model\uCOS-II\inc\bsp.h (20843, 2008-11-06)
uCOS-II_Model\uCOS-II\inc\os_cpu.h (5242, 2008-11-06)
uCOS-II_Model\library\inc\cortexm3_macro.h (2225, 2008-09-21)
uCOS-II_Model\library\inc\stm32f10x_adc.h (18854, 2008-09-21)
uCOS-II_Model\library\inc\stm32f10x_bkp.h (6911, 2008-09-21)
uCOS-II_Model\library\inc\stm32f10x_can.h (12279, 2008-09-21)
uCOS-II_Model\library\inc\stm32f10x_dma.h (17974, 2008-09-21)
... ...

/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Version : V2.0.3 * Date : 09/22/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 4.42A) ******************************************************************************** * 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. - lnkarm_flash.xcl: 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. - lnkarm_ram.xcl: 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******

近期下载者

相关文件


收藏者