Tool/software:
Hello,
I'm using the SBC device chip to control my Micro-contoller.
Based on my configuration if the SBC did detect some sort of issue like Over Voltage or Over Temperature, the SBC will set the Status bit to 1 and will also change the pin Nint (GPO1) from HIGH to LOW.
the pin is connected to ESR1 pin on controller will lead to MCU reset.
The SBC error status bit will need to clear after the reset by spi command.
But my question is : I'm wondering after my MCU reset because of Nint-ESR1 pin, will the SBC go to Active state again to avoid continuous reset on my MCU (which means NINT pin will go HIGH again) ?
Keeping in my mind that Status bit is still raised with 1 as it's not yet cleared and need to clear right after the reset.