dsPIC30F5015 fault issue
Greetings! I`m using the motor control unit of dsPIC30F5015. I`m using FaultA. When this pin (PIN_D8) goes low it triggers an interrupt. So I`m doing what has to be done in the interrupt and sometimes the problem is not major and the machine can continue its work. So after interrupt calculation fault pins demand to be driven high. I haven`t found any way of determining this in software. So what do I have to do? Do I have to reset the uC in case the machine can continue work? Or there is way I can determine of the pin has been driven high after interrupt calculation? The problem is if fault pin doens`t go high after the interrupt is triggered it doesn`t trigger again this interrupt...
Any ideas?!
Thanks!