Hi everyone, is it a bad idea to use Stately for bare-metal embedded systems modelling. Embedded systems require state machines a lot. Of course modelling can be done with visual tools and then coding manually but what I want to achieve is to build a generator and run it's output from C code. There is an experimantal project for Espruino that's known but it targets JavaScript. So any advice or comment?
#Bare-metal embedded system modelling
1 messages · Page 1 of 1 (latest)
Are you looking to codegen for just fsm or also hierarchal states, parallel states, ect?
Not for just fsm, other state types are necessary.