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

Change the offset for the interrupt vector

Hi
I working with 89c669 and want to change the program start address to 0x016000h.
But when I try to change the Interrupt vector to that address I get
"Invalid Interrupt Vector Address !"
Why can't i use a Address greater than 0xffff?

Parents
  • I didn't think the '669 supported any more than the usual 64k for the code and data areas. For all intents and purposes, the '669 is just a C51 with a few enhancements. Short of having code banking, I doubt the '669 will go past 0xffff for addresses. If we were talking about a C251 then that is a different kettle of fish.

Reply
  • I didn't think the '669 supported any more than the usual 64k for the code and data areas. For all intents and purposes, the '669 is just a C51 with a few enhancements. Short of having code banking, I doubt the '669 will go past 0xffff for addresses. If we were talking about a C251 then that is a different kettle of fish.

Children