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...
To be accurate, during power on, these I/Os turn on and off (and then stay off) very quickly (like a flash). The idea is to stop that high-low behavior.
Is there a way (somewhere on the datasheet for example) to know what are the I/O pins state during power up?
I've noticed that some I/O pins (on my 18F2580 MCU)...
Hello, this is a website about ICs. If you need more information about ICs, you can click the link to view it. :微笑::微笑:
[/URL][URL]https://www.zouser.com/
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
Simple answer- you cannot do that.
Jerson Today, 02:57You 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...