I am using the STM32H753VIHX. I am using NVIC_SystemReset() to trigger a system reset under fault conditions. This only works once though. I am line by line debugging my code and when I flash the code to the controller and step to my test fault it su...