This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

P3.5 not changing its state

hi to all i am using at89c55wd
the problem is when i tried to toggle the P3 all bit i.e. P3.0,1,2,3,4,6,7 changes its state expect P3.5
i used timer 0 as timer after 1 sec i invert the P3. position by P3=~P3 but P3.5 unchanged all other toggle between 0 and 1.P3.5 toggle properly on simulator but not at h/w side.

i tried it by changing the perticuler bit i.e. P3.5 but did not work
please help me

Parents
  • P3.5

    Sorry for the delay, but I am being very precise in my typing so that I don't introduce anything typos that might cause confusion.

    Is the following what you're seeing?

    
         |              (wire)
    P3.5 |-------------------------------
         |   ^                          ^
             |                          |
             0V                         5V
    
    

    If it is, then I think you should check the conductor.

Reply
  • P3.5

    Sorry for the delay, but I am being very precise in my typing so that I don't introduce anything typos that might cause confusion.

    Is the following what you're seeing?

    
         |              (wire)
    P3.5 |-------------------------------
         |   ^                          ^
             |                          |
             0V                         5V
    
    

    If it is, then I think you should check the conductor.

Children