Question
Feature Request: Place Default_Handler in stm32xxx_it.c
Hi,
currently CubeIDE defines the Default_Handler inside the startup.S file, but it would be much more practical if it would get defined in stm32xxx_it.c.
That way users can more easily react if the Default_Handler is called.