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.
您好,
请教一个问题:
在用CCS5的CLOCK 功能时,先打两个断点,接着点击“run--->clock-->enable”时,报错如下:
“C28xxx: Error programming AET job:this task cannot be accomplished with the existing AET resources”
请问是什么原因?谢谢
不知道使用的什么仿真器。
看看这个http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/60276/222366.aspx#222366
Caspar,
你通过debug界面view>breakpoint 查看一下有什么断点,然后全部清除点,再设置两个断点。CCS在设断点的时候有时候会有点问题。
Hello Eric
谢谢您的回复
按照您的提示试过了,还是一样报错。
在别人的电脑上用CCS5试了下打多个断点,且使用clock功能,均正常。
另外,自己的电脑上使用TI提供的F280X的例程,可以使用CLOCK功能,用在自己的程序才会出现上述问题。会是什么原因造成的呢?
Caspar,
新建一个workspace,测试。
或是删除工作区间的.metadata文件夹,会初始化这个工作区间。
有时候工作区工程多了,会有数据损坏。
Eric