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.

关于quickStartOMAPL1x_rCS例程的问题



omapl137系统初始化,向kicker0和kicker1写入关键字的时候:

CSL_FINS(sysRegs->KICK0R, SYSCFG_KICK0R_KICK0, KICK0_KEY);
CSL_FINS(sysRegs->KICK1R, SYSCFG_KICK1R_KICK1, KICK1_KEY);

其中SYSCFG_KICK0R_KICK0是在哪里定义的?

我新建了一个工程,包含了quickstart里的库

但是编译的时候报错:

#20 identifier "SYSCFG_KICK0R_KICK0" is undefined

感谢大神解答!