STM32_TIM

所属分类:单片机开发
开发工具:Objective-C
文件大小:82KB
下载次数:142
上传日期:2008-04-23 13:52:41
上 传 者bjdream
说明:  新型的M3核ARM开发例程,本例程是实现STM32定时器的使用。
(M3 new development of nuclear ARM routines, this routine is to achieve STM32 Timer use.)

文件列表:
TIM\Example1\main.c (8901, 2007-05-24)
TIM\Example1\stm32f10x_conf.h (5680, 2007-05-24)
TIM\Example1\stm32f10x_it.c (23575, 2007-05-24)
TIM\Example1\stm32f10x_it.h (3397, 2007-05-24)
TIM\Example10\main.c (10758, 2007-05-24)
TIM\Example10\stm32f10x_conf.h (5634, 2007-05-24)
TIM\Example10\stm32f10x_it.c (22436, 2007-05-24)
TIM\Example10\stm32f10x_it.h (3357, 2007-05-24)
TIM\Example2\main.c (8847, 2007-05-24)
TIM\Example2\stm32f10x_conf.h (5638, 2007-05-24)
TIM\Example2\stm32f10x_it.c (22435, 2007-05-24)
TIM\Example2\stm32f10x_it.h (3357, 2007-05-24)
TIM\Example3\main.c (9118, 2007-05-24)
TIM\Example3\stm32f10x_conf.h (5640, 2007-05-24)
TIM\Example3\stm32f10x_it.c (23407, 2007-05-24)
TIM\Example3\stm32f10x_it.h (3357, 2007-05-24)
TIM\Example4\main.c (8688, 2007-05-24)
TIM\Example4\stm32f10x_conf.h (5638, 2007-05-24)
TIM\Example4\stm32f10x_it.c (22436, 2007-05-24)
TIM\Example4\stm32f10x_it.h (3357, 2007-05-24)
TIM\Example5\main.c (8975, 2007-05-24)
TIM\Example5\stm32f10x_conf.h (5640, 2007-05-24)
TIM\Example5\stm32f10x_it.c (23907, 2007-05-24)
TIM\Example5\stm32f10x_it.h (3357, 2007-05-24)
TIM\Example6\main.c (7746, 2007-05-24)
TIM\Example6\stm32f10x_conf.h (5640, 2007-05-24)
TIM\Example6\stm32f10x_it.c (22948, 2007-05-24)
TIM\Example6\stm32f10x_it.h (3357, 2007-05-24)
TIM\Example7\main.c (8850, 2007-05-24)
TIM\Example7\stm32f10x_conf.h (5640, 2007-05-24)
TIM\Example7\stm32f10x_it.c (22436, 2007-05-24)
TIM\Example7\stm32f10x_it.h (3357, 2007-05-24)
... ...

/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Date First Issued : 02/05/2007 * Description : Description of the TIM Example1. ******************************************************************************** * History: * 05/21/2007: V0.3 * 04/02/2007: V0.2 * 02/05/2007: V0.1 ******************************************************************************** * 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 0x2, and used in Output Compare Toggle Mode. TIM2 counter clock = TIMxCLK / (Prescaler +1) = 12 MHz The TIM2 CC1 register value is equal to 0x8000: 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 0x4000: 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 0x2000: 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 0x1000: 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******

近期下载者

相关文件


收藏者