Dear TI support team,
I would like to confirm the role of nERROR pin and when it is set low.
Could you teach me ,please?
Best Regards,
Sone
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear TI support team,
I would like to confirm the role of nERROR pin and when it is set low.
Could you teach me ,please?
Best Regards,
Sone
Hello Sone,
Hercules MCUs have a ESM module (Error Signaling Module) which collects and reports the various error conditions on the microcontroller. The error condition is categorized based on a severity level. Error response is then generated based on the category of the error.
This device has 128 error channels that are divided into 3 different groups:
The ESM channel assignments are listed in RM48 datasheet (Table 6-35)
The ESM interrupt and ERROR pin behavior are also summarized in the following table (in TRM):
Once an error occurs, the ESM module will set the corresponding error flags (ESM status registers). In addition, it can trigger an interrupt, ERROR pin outputs low depending on the ESM settings.
Once the ERROR pin outputs low, a power on reset or a write of 0x5 to ESMEKR is required to release the ESM error pin back to normal state.