Other Parts Discussed in Thread: HALCOGEN
Hello
What is the meaning of "Activates normal mode (recommended default mode)" in the table bellow?

Why Halcogen set it to 0?
/** - Reset error pin */
if (esmREG->EPSR == 0U)
{
esmREG->EKR = 0x00000005U;
}
else
{
esmREG->EKR = 0x00000000U;
}
Best regards,
Marcio.

