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.

MSP430 Test Driven Development

Does anyone have a recommendation for a C++ TDD framework that works well with the MSP430 microcontrollers?  I'm using CCS, but would prefer something independent of the IDE if possible.  I also don't mind doing the development on Linux; I have a Ubuntu machine I can use.

So far I've been looking at CppUTest, but it's too big to use on the MSP430.  Thought I'd ask around before going through the trouble of compiling the code for x86 just to run the tests.

  •  

    About a year ago, we asked this to IAR to add a feature their IDE to support buildin TDD. Their product manager said they will..

    Until now no news. Their IDE is also very bad, We have ported all MSP specific header file into Visual Studio 2010 and doing all our development by using it.

    For TDD  I have used Embarcadero C++ Builder and their build-in TDD framework DUnit for our MSP430 applications. Unfortunately VS2010 has TDD only for CLR application.

     

  • Axel,

    What TDD harness did you choose finally? What is your experience with TDD?

    BR Andreas

**Attention** This is a public forum