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 full

İ can write a program with rtx51 tiny and this circuit use 16 external I/O port mapped from a 74154. All code is work with RTX51tny. I can declare all port following table.

unsigned char xdata PORT1 _at_ 0x9c00;
unsigned char xdata PORT2 _at_ 0xbc00;

But if i can change program base and code for RTX51 full this code not working.

Parents
  • "this code not working."

    That is really not very helpful at all, is it?

    You haven't shown any code (just 2 variable definitions with no context), and you've given no details at all of what the code is supposed to do - let alone what "not working" actually means in this case!

    On that basis, any suggestions would be pure guesswork!

    You need to describe precisely what does (or does not) happen!
    What did you intend to happen?

    What debugging have you done to account for the difference?

    Do you have access to an oscilloscope?

Reply
  • "this code not working."

    That is really not very helpful at all, is it?

    You haven't shown any code (just 2 variable definitions with no context), and you've given no details at all of what the code is supposed to do - let alone what "not working" actually means in this case!

    On that basis, any suggestions would be pure guesswork!

    You need to describe precisely what does (or does not) happen!
    What did you intend to happen?

    What debugging have you done to account for the difference?

    Do you have access to an oscilloscope?

Children
No data