Many a times, I have used an I/O pin to drive a relay through a transistor. So, assuming I need an active high output to turn on the relay, I have observed (across microcontroller families) that the...
As others have said, after power on and reset (POR) all the pins come up as inputs so they should not go either high or low for any duration. Leakage current into...
its not quite that simple, contemporary chips like 18f27q43 have a pwm module that can use alternative clock sources like the mfosc @[500k] and its that allows 50hz operation, some others have...
if you have leds that illuminate on power up before the pins have been set as outputs then you are doing something very odd
or you have broken something
You should design your project with active low outputs to account for the High-Z input state at power on. Almost every microcontroller, I know, behaves...
Competitions are subject to the privacy policy and website terms and conditions of picbasic.co.uk, owned and controlled by Crownhill Associates Limited (“Crownhill”).
The following rules shall apply, together with any instructions or rules specific to any current competition. By entering any of the community run competitions, you are deemed to have accepted the following:
...
Common Development and Distribution License (CDDL) is a free software license, produced by Sun Microsystems, based on the Mozilla Public License (MPL), version 1.1.
Re: I/O Pin status during startup
Many a times, I have used an I/O pin to drive a relay through a transistor. So, assuming I need an active high output to turn on the relay, I have observed (across microcontroller families) that the...
Jerson Today, 04:22