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

about the reserved address of C164

Hello every one.

Now I want to use the C164CI. In many examples, it always set the address 04h-1FFh as reserved.

I don't know why, can you tell me?Thanks.

Parents
  • This is probably done to make sure that program data/code doesn't fill the interrupt vector table area. If you are confident that all interrupts are disabled, reserving those addresses is not necessary. Unless I'm missing something, of course.

    - mike

Reply
  • This is probably done to make sure that program data/code doesn't fill the interrupt vector table area. If you are confident that all interrupts are disabled, reserving those addresses is not necessary. Unless I'm missing something, of course.

    - mike

Children
No data