[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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…