Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] what means FLASH_IRQHandler in arm micro keil?

Status
Not open for further replies.

stackprogramer

Full Member level 3
Joined
Jul 22, 2015
Messages
181
Helped
0
Reputation
0
Reaction score
1
Trophy points
1,298
Activity points
2,668
in start up stm32f4,there is:

Code:
DCD     FLASH_IRQHandler                  ; FLASH                                           
    
 DCD     RCC_IRQHandler                    ; RCC
my question is this function or interupt how we can use in c source micro?
thanks for reply
 

it is interrupt vector. Usually means the flash write finish event. Used for flash programming based on interrupts.
 

thanks for reply.but how can i use it in source c?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top