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.
Tool/software: Code Composer Studio
Hi,
I have some questions about cla on 2837xD, which is as follow:
1\ What are differences between Cla1Taks1 and cla1Isr1?
2\If I want to debug cla and c28x and use single step in cla program , _mdebugstop() must be set in the first line in cla ? When using single step on cla , the cla task be inserted only once, then the pointer stop on the last line, because } means _mdebugstop() at the end .But I want to enter the cla program many times , how to do it ?
3\_mdebugstop() only be used in the debug environment? if the cla program is continously running or download to the chip flash, _mdebugstop() should be commeted?
4\In the project ,the sources include .cla file and other files.If only connect to c28x cpu and load program ,the result is that cpu and cla program are automatically loaded into each chip. Or cla progam only can be used to connect cla2 ,then load symbol ?
5\The current loop control is implemented only the cla on the motor control, and include SVpwm , FOC, current sense ,update EPWM CMP and so on. This solution is feasible? If it is ok, Maybe I need to build some task to implement the current loop?
I hope my expression is clear.