stm32 interrupt service function name table quick check

Publisher:Joyful222LifeLatest update time:2018-12-01 Source: eefocusKeywords:stm32 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

* Refer to the startup file startup_stm32f10x_xl.s


Interrupt service function name (fixed)Matching Objects

WWDG_IRQHandlerWindow Watchdog

PVD_IRQHandlerPVD through EXTI Line detect

TAMPER_IRQHandlerTamper

RTC_IRQHandlerRTC

FLASH_IRQHandlerFlash

RCC_IRQHandlerRCC

EXTI0_IRQHandlerEXIT Line 0

EXTI1_IRQHandlerEXIT Line 1

EXTI2_IRQHandlerEXIT Line 2

EXTI3_IRQHandlerEXIT Line 3

EXTI4_IRQHandlerEXIT Line 4

DMA1_Channel1_IRQHandlerDMA1 Channel 1

DMA1_Channel2_IRQHandlerDMA1 Channel 2

DMA1_Channel3_IRQHandlerDMA1 Channel 3

DMA1_Channel4_IRQHandlerDMA1 Channel 4

DMA1_Channel5_IRQHandlerDMA1 Channel 5

DMA1_Channel6_IRQHandlerDMA1 Channel 6

DMA1_Channel7_IRQHandlerDMA1 Channel 7

ADC1_2_IRQHandlerADC1 & ADC2

USB_HP_CAN1_TX_IRQHandlerUSB High Priority or CAN1 TX

USB_LP_CAN1_RX0_IRQHandlerUSB Low Priority or CAN1 RX0

CAN1_RX1_IRQHandlerCAN1 RX1

CAN1_SCE_IRQHandlerCAN1 SCE

EXTI9_5_IRQHandlerEXIT Line 9..5

TIM1_BRK_TIM9_IRQHandlerTIM1 Break and TIM9

TIM1_UP_TIM10_IRQHandlerTIM1 Update and TIM10

TIM1_TRG_COM_TIM11_IRQHandlerTIM1 Trigger and Commutation and TIM11

TIM1_CC_IRQHandlerTIM1 Capture Compare

TIM2_IRQHandlerTIM2

TIM3_IRQHandlerTIM3

TIM4_IRQHandlerTIM4

I2C1_EV_IRQHandlerI2C1 Event

I2C1_ER_IRQHandlerI2C1 Error

I2C2_EV_IRQHandlerI2C2 Event

I2C2_ER_IRQHandlerI2C2 Error

SPI1_IRQHandlerSPI1

SPI2_IRQHandlerSPI2

USART1_IRQHandlerUSART1

USART2_IRQHandlerUSART2

USART3_IRQHandlerUSART3

EXTI15_10_IRQHandlerEXIT Line 15..10

RTCAlarm_IRQHandlerRTC Alarm through EXTI Line

USBWakeUp_IRQHandlerUSB Wakeup from suspend

TIM8_BRK_TIM12_IRQHandlerTIM8 Break and TIM12

TIM8_UP_TIM13_IRQHandlerTIM8 Update and TIM13

TIM8_TRG_COM_TIM14_IRQHandlerTIM8 Trigger and Commutation and TIM14

TIM8_CC_IRQHandlerTIM8 Capture Compare

ADC3_IRQHandlerADC3

FSMC_IRQHandlerFSMC

SDIO_IRQHandlerSDIO

TIM5_IRQHandlerTIM5

SPI3_IRQHandlerSPI3

UART4_IRQHandlerUART4

UART5_IRQHandlerUART5

TIM6_IRQHandlerTIM6

TIM7_IRQHandlerTIM7

DMA2_Channel1_IRQHandlerDMA2 Channel1

DMA2_Channel2_IRQHandlerDMA2 Channel2

DMA2_Channel3_IRQHandlerDMA2 Channel3

DMA2_Channel4_5_IRQHandlerDMA2 Channel4 & Channel5



Keywords:stm32 Reference address:stm32 interrupt service function name table quick check

Previous article:STM32 receives interrupt service function print function and causes errors
Next article:EFM32 chip internal and external devices--MSC does not turn off the total interrupt

Recommended ReadingLatest update time:2024-11-23 02:33

Programming and implementation of a simple oscilloscope based on STM32 built-in ADC
  Making a digital sampling oscilloscope has been my long-standing wish, but after all, this goal is quite difficult, and there are too many aspects involved, such as analog front-end circuit, high-speed ADC, microcontroller, CPLD/FPGA, communication, host computer program, data processing, etc. It is not something th
[Test Measurement]
Programming and implementation of a simple oscilloscope based on STM32 built-in ADC
STM32's strip fingerprint collection and splicing system
Introduction As a technology with high reliability, convenience and cost-effectiveness in biometric authentication, fingerprint recognition has been widely used. Fingerprint acquisition is an important component of fingerprint recognition, and its core hardware is the fingerprint sensor. As the size of mobile em
[Microcontroller]
STM32's strip fingerprint collection and splicing system
STM32 delay function package
/*--------------------------------- Delay module function Note: Just add delay.c and delay.h to the project file, you can use Delayms(__IO uint32_t nTime); Delayus(__IO uint32_t nTime) ----------------------------------*/ #ifndef __DELAY_H #define __DELAY_H #include "stm32f10x
[Microcontroller]
stm32 basic experiment 2 (key input-query mode)
1. Experimental Principle 1. Implementation steps  (1) Enable the IO port clock corresponding to the button. Call function: RCC_APB2PeriphClockCmd();  (2) Initialize IO mode: pull-up/pull-down input. Call function: GPIO_Init();  (3) Scan the IO port level (library function/register/bit operation).  Three way
[Microcontroller]
stm32 basic experiment 2 (key input-query mode)
Wireless receiving decoding program based on STM32 and EV1527
1. Data frame structure of 1527  The coding of wireless remote control can be divided into two categories in terms of coding type. One is fixed code, that is, the address of the coding chip is unchanged, and the chip models are represented by EV1527 and PT2262. The other is rolling code, and the address code of the
[Microcontroller]
Wireless receiving decoding program based on STM32 and EV1527
Detailed explanation of general timer based on stm32
The TM32 timer is a powerful module. The frequency of the timer is also very high. The timer can do some basic timing, as well as PWM output or input capture functions. Clock source problem: There are eight TIMx, of which TIM1 and TIM8 are connected to the APB2 bus, while TIM2-TIM7 are connected to the On the APB1 bus
[Microcontroller]
Detailed explanation of general timer based on stm32
Create a keil project and light up the LED light of the STM32 board
Open the previously created project, as shown in the figure below (the creation of the Keil project is in the previous article, and students who don’t know can turn to the previous article.) (The picture above is a completed project) Then, open the LED light routine in the routine package of the corresponding develo
[Microcontroller]
PWM output of stm32 general timer
Configuration process: (Take TIM3 as an example, its CH1-CH4 are: PA6, PA7, PB0, PB1) 1) Turn on the TIM3 clock and configure the four IO ports as multiplexed push-pull outputs. 2) Set the ARR and PSC of TIM3 to control the PWM period. 3) Set the PWM mode and channel direction of CH1-CH4 of TIM3, and enable the CH1-CH
[Microcontroller]
Latest Microcontroller Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号