Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/23/04 14:23
Read: times


 
#81762 - AT89c51 reset problem


#include<reg51.h>

void main(void)
{
P1=170;
while(){}
}


I tried the above code and found that output on port 1 is always all bits high
it means that my mcu is not coming out of RESET. But i cant figure out what is the problem
What may be the potential problems for this?

List of 10 messages in thread
TopicAuthorDate
AT89c51 reset problem            01/01/70 00:00      
   ?            01/01/70 00:00      
   code is correct            01/01/70 00:00      
      Reset            01/01/70 00:00      
      code is wrong            01/01/70 00:00      
         Mscw 2 ?            01/01/70 00:00      
            The most brief reply            01/01/70 00:00      
   Things to check            01/01/70 00:00      
   Reset Supervisor?            01/01/70 00:00      
   Code is absolutely wrong            01/01/70 00:00      

Back to Subject List