ucos

所属分类:单片机开发
开发工具:Visual C++
文件大小:304KB
下载次数:3
上传日期:2014-05-29 22:57:18
上 传 者presssoft
说明:  KEIL下移植STM32F103X UCOS
(KEIL transplanted STM32F103X UCOS)

文件列表:
ucos\main.c (8244, 2008-07-18)
ucos\output\main.crf (168056, 2014-05-29)
ucos\output\main.d (1972, 2014-05-29)
ucos\output\os_cpu_a.d (45, 2014-05-29)
ucos\output\os_cpu_a.o (5016, 2014-05-29)
ucos\output\os_cpu_c.crf (19659, 2014-05-29)
ucos\output\os_cpu_c.d (223, 2014-05-29)
ucos\output\os_cpu_c.o (21880, 2014-05-29)
ucos\output\release.lnp (439, 2014-05-29)
ucos\output\release.plg (656, 2014-05-29)
ucos\output\release.sct (479, 2014-05-29)
ucos\output\stm32f10x.d (35, 2014-05-29)
ucos\output\stm32f10x.o (3168, 2014-05-29)
ucos\output\stm32f10x_it.crf (169156, 2014-05-29)
ucos\output\stm32f10x_it.d (2285, 2014-05-29)
ucos\output\stm32f10x_it.o (193704, 2014-05-29)
ucos\output\ucos_ii.crf (31016, 2014-05-29)
ucos\output\ucos_ii.d (618, 2014-05-29)
ucos\output\ucos_ii.o (47216, 2014-05-29)
ucos\STM32F10x.s (5874, 2008-07-21)
ucos\stm32f10x_conf.h (5578, 2008-04-11)
ucos\stm32f10x_it.c (23091, 2008-07-18)
ucos\stm32f10x_it.h (3267, 2008-04-11)
ucos\TIM.Opt (4675, 2014-05-29)
ucos\TIM.Uv2 (5880, 2008-07-21)
ucos\TIM_Opt.Bak (4888, 2008-07-21)
ucos\TIM_STM32F10x Release.dep (1918, 2014-05-29)
ucos\TIM_Uv2.Bak (5917, 2008-07-17)
ucos\uCOSsrc\cpu\app_cfg.h (1342, 2007-11-15)
ucos\uCOSsrc\cpu\includes.h (570, 2008-01-19)
ucos\uCOSsrc\cpu\os_cfg.h (10336, 2008-07-18)
ucos\uCOSsrc\cpu\OS_CPU.h (3677, 2008-07-21)
ucos\uCOSsrc\cpu\OS_CPU_A.s (12568, 2008-07-21)
ucos\uCOSsrc\cpu\OS_CPU_C.c (10319, 2008-07-21)
ucos\uCOSsrc\cpu\复件 OS_CPU_A.s (11471, 2008-07-21)
ucos\uCOSsrc\cpu\复件 OS_CPU_C.c (10207, 2008-07-21)
ucos\uCOSsrc\os_core.c (70176, 2007-06-20)
ucos\uCOSsrc\os_dbg_r.c (12485, 2007-06-20)
ucos\uCOSsrc\os_flag.c (56029, 2007-06-20)
... ...

/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Version : V1.0 * Date : 10/08/2007 * Description : Description of the TIM Example1. ******************************************************************************** * THE PRESENT SOFTWARE 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 SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. *******************************************************************************/ Example description =================== This example shows how to configure the TIM2 peripheral to generate four different signals with four different frequencies. The TIM2CLK frequency is set to 36 MHz, the Prescaler is set to 2, and used in Output Compare Toggle Mode. TIM2 counter clock = TIMxCLK / (Prescaler +1) = 12 MHz The TIM2 CC1 register value is equal to 32768: CC1 update rate = TIM2 counter clock / CCR1_Val = 366.2 Hz, so the TIM2 Channel 1 generates a periodic signal with a frequency equal to 183.1 Hz. The TIM2 CC2 register is equal to 16384: CC2 update rate = TIM2 counter clock / CCR2_Val = 732.4 Hz so the TIM2 channel 2 generates a periodic signal with a frequency equal to 366.3 Hz. The TIM2 CC3 register is equal to 8192: CC3 update rate = TIM2 counter clock / CCR3_Val = 14***.8 Hz so the TIM2 channel 3 generates a periodic signal with a frequency equal to 732.4 Hz. The TIM2 CC4 register is equal to 4096: CC4 update rate = TIM2 counter clock / CCR4_Val = 2929.6 Hz so the TIM2 channel 4 generates a periodic signal with a frequency equal to 14***.8 Hz. Directory contents ================== stm32F10x_conf.h Library Configuration file stm32F10x_it.c Interrupt handlers stm32F10x_it.h Interrupt handlers header file main.c Main program Hardware environment ==================== Connect an oscilloscope on: - PA.00 (TIM2_CH1) - PA.01 (TIM2_CH2) - PA.02 (TIM2_CH3) - PA.03 (TIM2_CH4) to show the four different signals. How to use it ============= In order to make the program work, you must do the following: - Create a project and setup all your toolchain's start-up files - Compile the directory content files and required Library files: + stm32F10x_lib.c + stm32F10x_tim.c + stm32F10x_gpio.c + stm32F10x_rcc.c + stm32F10x_nvic.c + stm32F10x_flash.c - Link all compiled files and load your image into either RAM or Flash - Run the example ******************* (C) COPYRIGHT 2007 STMicroelectronics *****END OF FILE******

近期下载者

相关文件


收藏者