Quote:
|
Originally Posted by hantto To use these abilities does one only have to enable their bit when programming the PIC or is there some other that has to be done in the software? |
You just enable them with the config fuses.
Quote:
|
If BOD is enabled then it's no idea to also enable POR because the BOD does the same?
|
Not quite the same, BOD (Brown Out Detect) will cause a reset for a smaller supply drop if set.
Quote:
|
To take advantage of the POR you have to tie the MCLR pin to V+ through a resistor (says the datasheet) is this also the case with BOD? If it is, what value would be satisfactory?
|
You don't need a resistor, unless you want a manual reset switch - simply connect MCLR directly to +ve.
Quote:
|
And one more. The power up timer. What purpose does it have? Yes it keeps the PIC reset an additional 72ms, for what? Is it enabled through the configuration bits only, or is there more to it? Does the PWRT apply to both POR and BOD?
|
It gives a little extra time for other connected circuits to stabilize, again there's nothing required except enabling it.
These options are there in case you need them, you probably won't in most cases.