Hi,
I have seen, that the hardfault interrupts are inside the interrupt.h (at least in the universal motor control project). So when somehow a hardfault occurs while runtime, it will just jump there and does nothing. So since interrupt.h is a library and only reference, I would not like to modify this file and my question is, how should one register a own callback here to shut down the motor before it hangs inside this ISR? I know from other manufacturer, that they only have weak ISR routines and I can then define my own to easy overcome this problem.