IRQ Custom Code

<< Click to Display Table of Contents >>

Navigation:  STM32F4 Target > Demos > Waijung Demos >

IRQ Custom Code

Previous pageReturn to chapter overviewNext page

demo File: stm32f4_exti_customcode_demo.mdl

irq_custom_code_mdl

 

irq_custom_code_mask_demo

Writing custom code for interrupt configuration

The code demo for configure PA0 as external interrupt.

irq_custom_code_code1_demo

irq_custom_code_code2_demo

Testing

When PA0 pressed, the function-call subsystem will be called. LED light status toggle for each button pressed.