Is there a way for the STM8L DAC to retain its output voltage without drawing 80 uA during Halt mode?
I'm using Comparator 2 on the STM8L151G4 with DAC1 on the inverting input. When the DAC outputs 0V, the current draw during Halt mode is < 1 uA. If the DAC outputs around 0.5V before the program enters Halt mode, the current draw is 80 uA in Halt mo...