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.

CCS/TMS320C6678: problems while DSP and FPGA communication through EMIF

Part Number: TMS320C6678

Tool/software: Code Composer Studio

I am debugging the communication between DSP and FPGA. I want to use GPIO as an interrupt input, scheduling DSP to read data from the FPGA; use EMIF CS2 as a data transfer interface.  The initialization file  configured with EMIF and GPIO; use the CFG file to configure the rising edge of the GPIO0 pin as an interrupt trigger. But now the program does not go into the  function  corresponding to the GPIO interrupt.

Is there any problem with this configuration? In addition to configuring EMIF and GPIO registers,do I also need to configure other registers, such as PSC, PLL?

This is our first contaction with the board 6678. Hope that experts would educate us!