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.
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