I often see Boden Off in config, but I can not find what it is in the GCB manual. Found a example of setting it, but no explanation as to what it is. Also searched the PIC 16F886 data sheets for a bit in the control registers called Boden, but no luck.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I often see Boden Off in config, but I can not find what it is in the GCB manual. Found a example of setting it, but no explanation as to what it is. Also searched the PIC 16F886 data sheets for a bit in the control registers called Boden, but no luck.
BOD = Brown Out Detection
EN = Enable
so BODEN is a flag to Enable Brownout Detection.
BOD is used to reset the device automaticaly if the voltage dips below a predefined value.
Hope that helps,
Cheers
Chris
Here is a Microchip AppNote on the subject: Understanding and Using Supervisory Circuits
Last edit: Chris Roper 2017-03-17
Thanks Chris.
Paul