Resolved! Program does not get into hard fault exception when expected to do so
Hello,If I understood correctly the a hard fault exception handler should catch all exceptions that do not have a specific handler that should execute when they are thrown. For example: if I enable button interrupts(say falling edge) and configure EX...