One line in this example file "Gpio_example.c" is
/* set ISTP to point to the vector table address */
ISTP = (unsigned int)intcVectorTable;
I cannot localize where the "ISTP" variable being used in the program. Any suggestions? Thank you.