Hi,
I want to use the interrupt of VICP, and I set the IP_run.compIntEna = 1, set HWI as follow:
However it doesn't generate an interrupt.
Could you give me some suggestions.
Thank you.
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.
Hi,
I want to use the interrupt of VICP, and I set the IP_run.compIntEna = 1, set HWI as follow:
However it doesn't generate an interrupt.
Could you give me some suggestions.
Thank you.
Hello,
I believe the HW interrupt number should be #8 (not 27) and the dispatcher event should be set to 27.
Note that all the CCS 3.3 test projects shipped with the library use the VICP interrupts as a way to synchronize. Please refer to them and to the documentation. Thanks.
regards,
Victor
Hi,
I didn't find the VICP's HW interrupt number in the datasheet of TMS320DM648.
I only find the Event Number of VICP is 27 in the 89 page of datasheet.
Could you tell me how can determine the interrupt number of the system event, and how configure the static DSP/BIOS.
Thank you.
Please refer to file test\src\platform_support64xbios.c and dm648.tcf .
Are you using CCS 3.3 ?
regards,
Victor
Thank you, I have resolve the question.
I have another question about the compcode.
I set the IP_Run.compCode = 12, however I execute the IP_RUN_getCompCode(), the return value is 0.