Tool/software: Code Composer Studio
Hello, by browsing the forums, I see there are a few mentions about unit testing on C2000 processors but not much details on how this is done. I've rolled out my own minimal framework that I can use to exercise some parts of the code, but I would like to use something a bit more flexible.
A particular problem is testing of the CLA control code (written in assembly). It's pretty much impossible to verify correctness of these algorithms in the real-world application and hard to debug. It would be great to be able to execute a macro and examine the results to see it does what it's supposed to do.
I've looked a little bit into the Debug Server Scripting (DSS) stuff, but seems there's still a long way from setting breakpoints and reading memory to proper unit testing.
Are there any practical examples or other information related to unit testing?
Best regards
Pauli