Navigation
- Examples on GitHub
Modelling-Tool specific Intro
Getting started
How-To
Language Backends
Designers Toolbox
- Using regions or not New!
- Article on www.embedded.com State charts can provide you with software quality insurance.
Examples
There are better ways to model state machines than using spread sheets!
In the past different μC manufacturers have published application notes about the benefit of using state machines for the design of embedded software. An example is the application note SLAA402 from Texas Instruments (TI). It suggests to generate source code based on a spread sheet table. Nowadays several affordable UML modeling tools are available supporting the efficient design of state machines in a graphical way. SinelaboreRT generates production quality source code from state diagrams created with many different UML tools. Give it a try!
Leave your comments
Beta 5 maintains a copy of the instance data if regions are used in the state diagram. This ensures that all regions work on the same instance data set.
The latest beta download is beta4 now which adds support for C++. The examples folder contains the oven example designed with UModel / EA9 in C and in EA9 in C++.