This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
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.
Sean,
ISTP is a DSP control register. It is described in the C674x CPU Instruction Set document: http://www.ti.com/lit/pdf/SPRUFE8 [Link updated from SPRUFE to SPRUFE8]
-Tommy