David, thanks for the clarification! I still don't understand the recommended values, could you please help with explanation why are these values recommended and how they work?
Reset configuration of core supply voltage is as follows:
VDDCTRIM = 0b0000 = VDD12OUT = 1.27V
LVDCTRIM = 0b1010 = LVD12 = 1.1V
So far it makes sense for me, low voltage threshold is 0.17V below generated VDD, possible voltage drops will be tolerated without restarting the device.
Recommended values for core supply voltage with internal generator:
VDDCTRIM = 0b1100 = VDD12OUT - 4 * STEPV12 = 1.23V
LVDCTRIM = 0b0110 = LVD12 + 12 * LVDSTEP12 = 1.22V
Now both generated VDD and low voltage threshold are set to almost the same value. Isn't it likely to cause low voltage event, e.g. if clock frequency change would cause current spike? Would it be better to set LVDCTRIM to lowest possible value then?
I've verified how different values for LVDCTRIM work with external core supply and as expected LVDCTRIM level specifies the lowest allowed core supply voltage, i.e. reset occurs if VDD12 drops below the value specified in LVDCTRIM.