Hi,
Please let us know how to include CpIntc_dispatchPlug in y application code.
Its throwing undefined symbol.
Thanks in advance,
Thomas
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,
Please let us know how to include CpIntc_dispatchPlug in y application code.
Its throwing undefined symbol.
Thanks in advance,
Thomas
Hi Thomas,
Please check the include file in your code,
/* CSL CPINTC Include Files. */
#include<ti/csl/csl_cpIntc.h>
CpIntc_dispatchPlug() used to Plug the interrupt handler function for event # number.
Refer below TI example project source code (loopbackDioIsr.c)
"C:\ti\pdk_C6678_1_1_2_6\packages\ti\drv\exampleProjects\SRIO_LoopbackDioIsrexampleproject"
If you need more information about Keystone interrupt please refer this link:
http://processors.wiki.ti.com/index.php/Configuring_Interrupts_on_Keystone_Devices
Thanks,
Hi Ganapathi,
We have tried including that file, and other sysbios files.but same issue. we are getting undefined symbol ti_sysbios_family_c66_tci66xx_CpIntc_dispatchPlug__E
Thanks and Regards,
Thomas
Hi Thomas,
i guess you miss some include files. Please refer TI MCSDK example code to understand the interrupt routine code flow and follow the interrupt initialization procedure in your code.
Can you post your code here so that I can take a look at the changes that you have made while trying to route the interrupt.
Thanks,