STM32F401RE goes into infinite loop when interrupts are enabled.
I am not sure why but the moment I enable this interrupt the debugger goes to this file and just sits there. What is interesting is the stack trace changes if there are certain functions involved but the error never changes. So I removed all the func...