cancel
Showing results for 
Search instead for 
Did you mean: 

whenever interrupt generate ''Default_Handler: infine loop'' execute

pankaj2
Associate
Posted on December 08, 2015 at 07:22

Hi,

I am newbie for stm32.

I trying to handle external interrupt, but whenever  interrupt generate it execute ''Default_Handler:''  from startup_stm32.s file.

e.g.    

.section .text.Default_Handler,''ax'',%progbits

Default_Handler:

Infinite_Loop:

b Infinite_Loop

.size Default_Handler, .-Default_Handler

I attached C file. Please help to solve the problem. 

Thanks
1 REPLY 1
pankaj2
Associate
Posted on December 09, 2015 at 05:40

For newbie :

I got the solution:

modify script file declare interrupt.