I've downloaded the code from my C5510 and am trying to better understand the vector table located at 0xFFFF00. At 0xFFFF00 I have EAFF but that doesn't address anything at all in my code. (I also have what looks like 3 more address that don't really go anywhere from what I can tell.)
I don't think I understand what should be at 0xFFFF00 or how it works. I expected it to point to entry points in the code after interrupts or at least to a table that had that information.
Can someone shed some light on this?