Re: PIC 18F device has odd fade-in delay?



On a sunny day (Wed, 19 Dec 2007 10:37:35 -0500) it happened "Peter S. May"
<me@xxxxxxxxx> wrote in <zrudnSvUgegmp_TanZ2dnUVZ_jGdnZ2d@xxxxxxxxxxx>:


When I apply power to the circuit, the LED on RB0 seems to take a few
seconds (longer than the program's delay loop) to fade in at first.

Did you initinalise the delay loop[s] with zero and fist decrement or something?
Then it would first go to say 255 (for 8 bit registers).
I am referring to the original value at power up of the variables in RAM.
Looks like software to me.
.