PVD STM32L071
Dear,
I use STM32L071 powered from serial 2xAA 1.5 V battery (3 Volts). I intended to use PVD to reset mcu when the VCC is dangerously low, but the lowest threshold to activate PVD IRQ is 1.9 V. Problem is that for me is shame to reset whole MCU at 1.9 V (me device can still work at 1.9 V).
In my code I use reading and writing to EEPROM (I use lock and unlock the memory).
My question: Is necessary to reset MCU at 1.9 V ? When I do not use PVD and do not reset MCU, can it have an undesirable effect for example for EEPROM?
Best regards, Jan.