Hi
I'm working with the initial configuration sequence for the microcontroller; I'm using as guide SPNA106D. There is a step that indicate to enable de VIC Port in the CPU registers, but still having doubts about the functionality of that port, also I have a problem when I enable the VIC Port, the interrupts doesn't works when is enable and works when is disable (btw I'm using a OS that manage the installation of the interrupt handlers).
So my questions are, what is the deferens between work with the VIC port enabled or disabled?
And what could be a possible reason that explain that when is enabled the interrupts doesn't work?
Thanks.