The RM57 TRM (SPNU562) shows ESM control registers up to ESMSR4 at offset 0x58:
However, the ESM header file HL_reg_esm.h shows three SR4 registers at offset 0x58, 0x5C, and 0x60:
And the ESM init code writes to all three registers:
What are the extra registers (SR4[1U] and SR4[2U]) for?
Why do we need to write to them if there is no description of them in the TRM documentation?
Dan