2015-12-07 10:22 PM
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'',%progbitsDefault_Handler:Infinite_Loop: b Infinite_Loop .size Default_Handler, .-Default_HandlerI attached C file. Please help to solve the problem. Thanks2015-12-08 08:40 PM
For newbie :
I got the solution:modify script file declare interrupt.