Other Parts Discussed in Thread: C2000WARE, DRV8323
Hello,
I am trying to set up the motor driver to work with the launchpadxl-f280049C. What are the steps needed to port the example project from the msp430 to the f280049C?
Thanks,
Mason
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.
Hello,
I am trying to set up the motor driver to work with the launchpadxl-f280049C. What are the steps needed to port the example project from the msp430 to the f280049C?
Thanks,
Mason
Hi Mason,
Let me track down this info for you, I'll update as soon as I find it!
Regards,
Yara
Hi Mason,
Apologies for the delay, I'll be looping C2000 team to help support this request, please allow additional time for a response as most of the teams right now are on holiday.
Regards,
Yara
Hello Mason,
The C2000Ware Motor Control SDK (located here) has a library for the DRV8323. The SDK also has an example solution (the Universal Motor Control Lab) which is usable with the DRV8323 and F28002x, F28003x, or F280013x. Unfortunately, the Universal Lab does not have built-in support for the F28004x. Several other solutions do, but none use the DRV8323.
For porting an example between any two systems, the first step is to identify any system-dependent code. What relies on MSP-specific functionalities or peripherals to function? Then, you need to map these pieces of code to C28x equivalents. Finally, using C2000Ware and the C2000Ware Motor Control SDK examples as reference, write the C28x equivalent code and insert it.
Because this is such a broad topic, I can't dive into too much detail without knowing what specific issues you run into during this process. Let me know what issues you have, and I'll continue to support.
Regards,
Jason Osborn