We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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