Jiggling ports at power up...
Hi, Manu
It's a VERY common Pic issue : defining pin states at power up ...
so, it's easy but relatively unknown ...
1) Write your output intial state : PORTx = % 00110010 i.e.
2) Select input or output : TRISx = % 11000001 i.e.
yes ... so simple as this !!!
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Bookmarks