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.

Interrupt therminology indexing for STM32f407

Status
Not open for further replies.

yefj

Advanced Member level 4
Joined
Sep 12, 2019
Messages
1,191
Helped
1
Reputation
2
Reaction score
3
Trophy points
38
Activity points
7,187
Hello, I am implementing a TIM overrun delay using command like
NVIC_EnableIRQ(TIM4_IRQn);
void TIM4_IRQHandler(void)
TIM4->SR&=~TIM_SR_UIF;
But i cant find a manual where i can see the list of all NVIC commands ,what types of IRQ's TIM4_IRQn are there?
where is the list of all irq handler functions like TIM4_IRQHandler.

When i followed the specific manual they just gave the names for the specific example.
I havd found the origin of the names by going to definition in the code.
But its very confusing ,what if i want to use other intterrupt type for TIMEr or different interrupt for other periphery.
I dont know what manual to follow for my STM32F407.
What could be done?
Thanks.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top