Question
Hard_fault Handler error
Posted on December 09, 2017 at 12:37
Hello,
I am using STM32f4 discovery board. On this board, I am using 2 timer interrupt(TIM2 & TIM3) and 1 external interrupt(External interrupt for reading data from the external board).TIM2 is generating an interrupt after 1 second and TIM2 after 125 microseconds.
When I run my code enable all interrupts. it gets stuck in the hard fault handler.
I have tried by changing the interrupt time and priority both.When I enable only two interrupts, my code is working properly.
enable only tim2 and external interrupt...it is working.enable only tim3 and external interrupt ...it is working.enable only tim2 and tim3 ...it is working.What can be the cause of Hard fault handler?
Thanks in advance.
Regards,
Mohit Rai