Other Parts Discussed in Thread: CONTROLSUITE
Hello,
Hopefully someone here can help with my problem, as I've been unable to find a solution via searching the net.
I've got my hands on a delightful DRV8412-C2-Kit for the purpose of developing dual motor patterns for a project.
Unfortunately while I know C/C++ to an okish level, I know next to nothing about TI boards and CC programming. I've found it impossible to find any really basic guides on writing, and the example projects included are rather complex.
I'm wondering if anyone could point me to a basic guide or show me an example of code that would perform the following;
* Turn motor 1 on for 500ms at full cycle
* Turn off motor 1 and turn on motor 2 for 500ms at full cycle
* wait for 500ms
* Repeat
I don't need any state feedback, no input buttons, no GUI just the code that will perform this function endlessly until the power is turned off.