Description | Currently all unused vectors are populated with UISR which just increments a counter and returns. In the event that an interrupt was configured by accident, the UISR would NOT clear the flag resulting in an interrupt loop of sorts. This is bad. But, this is also very unlikely as we have to manually configure them and that code is very stable.
The draw back to this paranoia level safety mechanism is increased linear space usage, which is always at a premium. If this is found to use more than a trivial amount of key memory, it will not be done. That is the most likely case, however it needs investigating. |