2020-06-29 11:27 AM
2020-06-29 12:44 PM
It is going to the Default_Handler which is the dumping ground for ALL the interrupts you haven't explicitly provided a IRQHandler for.
You'll like have a dozen handlers, including WWDG_IRQHandler resolving to the same address. Review startup.s
Consider which peripherals and interrupts on them that you are enabling
2020-06-29 09:45 PM
but i enabling only two interupt uart and rtc then how its going on WWDG_IRQHandler
2020-06-29 10:30 PM
thanks a lot i solve the problem from two days its annoying