brown-out and analog comparator

How to switch off the brown-out-detector and
the analog comparator ?

On a pro-mini 328/3,3V

I need more power saving than the power_down
sleep mode.

If anybody would be so kind to show me an
example :slight_smile: Thanks

cheers wally

I'm sorry I'm running off to class right now so I don't have time to turn this into actual code for you but it states the procedure for the ATmega chip here http://www.atmel.com/dyn/resources/prod_documents/doc8161.pdf in section 9.11.2 (BOD) and 22.3.2 (Analog Comparator), with additional information in section 9.2 for the BOD and 9.10 for the Analog Comparator

Hopefully you or someone else can use this!

Thanks a lot :slight_smile:

Anyway, i fear i have to wait for an example.
The contolled time seuence setting of bits is not easy
to understand and put into code, at least for me.