Hello
I slowly lower VDD from 5 V.
I expect the interrupt-level LVD to fire at some higher threshold (3 V, 3.2 V, whatever is configured) so that my ISR can run before the supply becomes critical, and only later, when the rail finally reaches the 2.8 V hard-reset trip point, should the MCU reset.
For the reset-level LVD (the one that trips at 2.8 V in my test), does the data-sheet list any user-visible trim bits, register fields, or factory-configurable options that let me move its threshold, or is it a fixed, non-maskable voltage monitor?
For the interrupt-level LVD (the one that should fire earlier, around 3 V–4 V), does the manual give programmable register fields (e.g. LVDVSEL, LVDSEL, or similar) that let me select its exact trip point, and if so what are the allowed steps/min-max range?
If both thresholds are documented, please quote the register names and bit-fields; if one of them is hard-wired, please state which one is fixed
Best regards,
Zhao