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

problem with timer0 isr on a phisical board

Hello

I need to do a simple program that blinks a LED located on pin 3.4 on a winbond w78c438c.

In a uvision simulation everything goes ok...but when I try it on the actual board nothing happenes.

What could be the problem?

I used generic settings: reg52.h/ variables in xdata ...

Parents Reply Children
  • the actual board has power...
    totally irrelevant info, that the "board has power" does not mean that the uC does.

    The TEST led sh. blink but remains on
    How is the LED connected port pin high or low ro light it?

    In simulations I obtain a change in p3 value each 500msec
    how do you know "500msec", the simulator is not "real time". If the output changes at more than 100Hz, the LED will seem steady

    Also the program is loaded onto a EPROM which is checked before and after write by the software program of the universal programmer.
    irrelevant, how do you know that the EPRON is read by the uC

    Get the scope out and start looking qt the uC pins

    Erik

    PS does anyone still use EPROM for code storage?