This is what I was really after:
I perhaps did not state my dilemma as clearly as I should have. I am developing an embedded application for the
LM3S5P36. TI has an IDE called
Code Composer Studio (CCS). I have not got into CCS yet, but I doubt it has the cool feature of being able to enter the desired behavior into a state machine chart, turn the crank, and pop out C or C++ code. Then go back and edit the chart to generate corresponding revised code. I have programmed microcontrollers in C, but know almost nothing about UML. In the past I have maintained two files, one of them microcontroller code and the other a flow chart. Each code revision meant maintaining two separate files.
So my dilemma is: having discovered this cool chart-to-code all-in-one-documentation-included
tool, I would love to use it, but, more than that, I just want to get my project done. Do I do it the old way, or spend a few weeks learning UML?
Staf: I understand your statement, but this site host links to lots of free EDA tools of all stripe
here. In fact, I helped edit this page.
Daniel: See my clarified question/dilemma above.
Simguru: Your project looks fascinating, and I think I understand your warning. No, I do not anticipate generating any code that construct and deconstructs things.