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

RTX51 Tiny Traffic

Hallo, I try to start the traffic programm on my 8051 board. i can compile the programm and i can write the hex-file on the board, but port1 dont show any activity. what can i do?

Parents
  • "If my board and my hex-file are ok, there must be a mistake by writing on the chip"

    Not necessarily.

    The software might be incompatible with your particular hardware - which might not show up in the simulator.

    Are you sure that all your port assignments, pin assignments, etc, are correct?

    Are you sure that you have correctly configured RTX51 for your specific target - including memory, clock spedd, etc?

    You still haven't mentioned doing any debugging on this - just saying "it doesn't work" is pretty worthless!
    Have you tried writing simple trace messages to the serial port? or using LEDs to show startup status, etc?

    Have you tried just a really simple RTX application?

    "Or my chip (AT89s52) cannot work with rtx"

    The RTX51 Documentation will tell you what it requires of its target - have you checked?

Reply
  • "If my board and my hex-file are ok, there must be a mistake by writing on the chip"

    Not necessarily.

    The software might be incompatible with your particular hardware - which might not show up in the simulator.

    Are you sure that all your port assignments, pin assignments, etc, are correct?

    Are you sure that you have correctly configured RTX51 for your specific target - including memory, clock spedd, etc?

    You still haven't mentioned doing any debugging on this - just saying "it doesn't work" is pretty worthless!
    Have you tried writing simple trace messages to the serial port? or using LEDs to show startup status, etc?

    Have you tried just a really simple RTX application?

    "Or my chip (AT89s52) cannot work with rtx"

    The RTX51 Documentation will tell you what it requires of its target - have you checked?

Children