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.

CSL文件中几个参数的意义

Other Parts Discussed in Thread: TMS320C6657

CSL中,总会有如下判断语句:

#if defined(SOC_K2K)

#include <ti/csl/soc/k2k/src/csl_device_interrupt.h>

#elif defined(SOC_K2H)

#include <ti/csl/soc/k2h/src/csl_device_interrupt.h>

#elif defined(SOC_K2E)

#include <ti/csl/soc/k2e/src/csl_device_interrupt.h>

#elif defined(SOC_K2L)

#include <ti/csl/soc/k2l/src/csl_device_interrupt.h>

#elif defined(SOC_K2G)

#include <ti/csl/soc/k2g/src/cslr_interrupt.h>

这里的SOC_K2K SOC_K2H  SOC_K2E  SOC_K2L  SOC_K2G 分别是指什么?

我现在用的芯片时TMS320C6657  跟以上几个参数有关系吗?是什么关系?