Hi guys,
I am looking for a possible way to implement unit testing for functions within the code composer environment.
To give an idea of my application, I am using the F280x Digital Motor Control Library.
One of the functions I want to test will be the clarke transform:
void clarke_calc (CLARKE *v)
I want to test all possible inputs to make certain I get correct results.
How can I get started on doing some automated testing? Thanks for any help I can get.