Symbols
loading...
Files
loading...

TIM_InputCapture sample

TIM_InputCapture is a sample project defining the following symbols:

Most used functions

Name
Location
Summary
This function handles NMI exception.
This function handles Hard Fault exception.
This function handles Debug Monitor exception.
This function handles Memory Manage exception.
This function handles Bus Fault exception.
This function handles Usage Fault exception.
This function handles SysTick Handler.
This function handles SVCall exception.
This function handles PendSVC exception.
Main program
System Clock Configuration The system Clock is configured as follow : System Clock source = PLL (HSE) SYSCLK(Hz) = 100000000 HCLK(Hz) = 100000000 AHB Prescaler = 1 APB1 Prescaler = 2 APB2 Prescaler = 1 HSE Frequency(Hz) = 8000000 PLL_M = 8 PLL_N = 400 PLL_P = 4 VDD(V) = 3.3 Main regulator output voltage = Scale1 mode Flash Latency(WS) = 3
User button interrupt processing
This function handles TIM3 capture/compare interrupt.
Timer capture/compare interrupt processing
This function enables the peripheral clock on TIM2 and configures TIM2_CHTIMB_CHX as PWM output. It enables also the peripheral clock for GPIOA and configures PA.06 as alternate function for TIM2_CHTIMB_CHX.
This function enables the peripheral clock on TIM3, configures TIM3_CH1 as input and enables the capture/compare 1 interrupt It enables also the peripheral clock for GPIOA and configures PA.06 as alternate function for TIM3_CH1.
Changes the frequency of the PWM signal.
Initialize LED2.
Set LED2 to Blinking mode for an infinite loop (toggle period based on value provided as input parameter).
Configures User push-button in GPIO or EXTI Line Mode.

Other commonly used symbols

Name
Location
Summary
Miscellaneous Configuration *********************** Vector Table base offset field. This value must be a multiple of 0x200.
@file Examples_LL/TIM/TIM_InputCapture/Inc/main.h @author MCD Application Team Header for main.c module @attention Copyright (c) 2017 STMicroelectronics. All rights reserved. This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
@file Examples_LL/TIM/TIM_InputCapture/Inc/stm32f4xx_it.h @author MCD Application Team This file contains the headers of the interrupt handlers. @attention Copyright (c) 2017 STMicroelectronics. All rights reserved. This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Key push-button
Toggle periods for various blinking modes
TIM3_ARR register maximum value

Dependencies

TIM_InputCapture depends on the following libraries: