各位技术员,
不好意思,我又来打扰各位啦~
请问ICR(Idle Configuration Register)和ISTR(Idle Status Register)这两个寄存器在ezdsp5535的例程所提供的*.c或者*.h文件中有定义吗,在cslr_sysctrl.h文件中也没有找到
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.
各位技术员,
不好意思,我又来打扰各位啦~
请问ICR(Idle Configuration Register)和ISTR(Idle Status Register)这两个寄存器在ezdsp5535的例程所提供的*.c或者*.h文件中有定义吗,在cslr_sysctrl.h文件中也没有找到
非常感谢!
还有一个问题,我用的ccsv4,c55xx_csl文件夹中soc.h文件里没有定义idle寄存器的地址,是不是要更新一下文件库或者重新下载一个库?

我把整个文件库都更新了,idle配置的问题解决了。
但是我配置ICR寄存器为0x03ef,相当于把CPU、DPORT、XPORT、MPORT、IPORT、HWAI都disable了,但是读取ISR寄存器的值为0x0000,这是为什么呢?