Other Parts Discussed in Thread: SYSBIOS
Hi,
Is there a way to add the CPINTC by using the XGCONF? I couldn't find it under the XGCONF Available Products window,
Many Thanks,
HR
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.
I filed a bug for this and we will fix in 6.33.01 in late December -- SDOCM00086829.
Until then, you can add this module by adding the following line to your .cfg file:
var CpIntc = xdc.useModule('ti.sysbios.family.c66.tci66xx.CpIntc');
-Karl-