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.
通过hwi可以配置corepac中的中断控制器,但不知道怎么配置CIC。
您好,
可以分成3步:
1. 调用CSL_CPINTC_mapSystemIntrToChannel将系统事件与CIC out channel映射;
2. 调用CSL_CPINTC_enableSysInterrupt使能相应的系统中断;
3. 调用CSL_CPINTC_enableHostInterrupt使能host 中断;
具体可参考pdk_C6678_1_0_0_19\packages\ti\csl\example中的cpintc例子。
那其实就是说SYSBIOS不能配置CIC,需要CLS库来配置。