主题中讨论的其他器件:C2000WARE
工具/软件:Code Composer Studio
您好,
我对2837xD 上的 CLA 有一些疑问、如下所示:
1\ Cla1Taks1和 cla1Isr1之间有什么区别?
2\如果我想调试 CLA 和 C28x 并在 CLA 程序中使用单步执行,必须在 CLA 的第一行中设置_mdebugstop()? 当在 CLA 上使用单步执行时,CLA 任务只能插入一次,然后指针在最后一行停止,因为}在末尾意味着_mdebugstop()。但是我想多次进入 CLA 程序,如何进行?
3\_mdebugstop()只能在调试环境中使用? 如果 CLA 程序持续运行或下载到芯片闪存中,应该使用_mdebugstop()?
4\in the project、the sources include .cla file and other files.If only connect to C28x CPU and load program、the resultis that CPU and CLA program are automatically loaded into each chip。 或 CLA progam 只能用于连接 cla2,然后加载符号?
5\Current loop control is implemented only the CLA on the motor control, include SVpwm、FOC、current sense、update ePWM CMP 等。 这种解决方案是可行的吗? 如果可以、我可能需要构建一些任务来实现电流环路吗?
我希望我的表达是明确的。