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] Interrupt vector priority in Arm Cotex microcontrollers(Stm32F10x)

Status
Not open for further replies.

nba83

Junior Member level 3
Joined
Apr 9, 2006
Messages
30
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Activity points
1,494
hi
i have two interrupts in my project, i have priority high for interrupt 1 and priority low for interrupt 2. the issue is when low priority ISR is being executed if interrupt high priority occurs it is not executed immediately.
what i want is that interrupt with high priority being executed immediately and if the program is in another interrupt service routine, stop the low priority ISR, jump to the High priority ISR and after finishing high Priority ISR return to finishing low priority ISR. does this micro controller support this feature? or any microcontroller that have this feature?
tnx in advance for any comment
 

i have put it in the topic !!! Stm32f107
 

my problem was solved. this micro have exactly what i need , this link explains how to do so ,it might be helpful for some one
**broken link removed**
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top