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/
Re: I/O Pin status during startup
Greetings,
PaulMaker Today, 09:58thank you Jerson for your reply.
Regarding "design your project with active low outputs to account for the High-Z input state at power on", what do you mean exactly?
If, for...