DO {
ISDADRS(x);
x=x+1;
delay_ms(10);
}
WHILE (x<1024);
}
Why some out pins not function when i use simulation on proteus?
SherpaDoug
Joined: 07 Sep 2003 Posts: 1640 Location: Cape Cod Mass USA
Posted: Tue Jan 17, 2006 8:33 pm
Can you tell us which pins don't work? Might they be used by other processor functions like UART, SPI, or A/D? You may have to disable the other function to use the pin as general I/O. _________________ The search for better is endless. Instead simply find very good and get the job done.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum