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] Stm32F407vg (Discovery Board) external interrupt confusion

Status
Not open for further replies.

parasbhanot

Newbie level 4
Joined
Jun 17, 2013
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
60
hello everyone , i am trying to learn external interrupt in stm32f407vg controller. i have read in many tutorials that "only lines 0 to 4 have own IRQ handler and lines 5-9 have the same interrupt handler and this is also for lines 10 to 15" .

But in the Reference manual of stm32F407 it is given in page 374 vector table that there are only 5 external interrupt handlers in stm32F407 controller which is confusing .

have i missed anything ?

where is it given that line 5 to 9 and line 10 to 15 have same interrupt handler ?

Thanks in advance .

https://www.st.com/content/ccc/reso...df/jcr:content/translations/en.DM00031020.pdf
 
Last edited by a moderator:

All interrupt vectors defined in startup code (usually written on assembly ".s" file)

Thanks

Why have not they written anything about this in the datasheet of stm32F407 or reference manual ?

Is there any other reference manual dedicated for Complete vector table ?
 

But in the Reference manual of stm32F407 it is given in page 374 vector table that there are only 5 external interrupt handlers in stm32F407 controller which is confusing.

Did you ever review page 375/376, specifically position 23 and 40?
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top