State driven approach of embedded system programming
2004-05-10 by subhashinimanne
Yahoo Groups archive
Index last updated: 2026-04-28 23:31 UTC
Thread
2004-05-10 by subhashinimanne
I need information regarding State driven approach of EMBEDDED SYSTEM PROGRAMMING. Can anybody provide the material for it. Regards M.Subhashini
2004-05-10 by Milos Prokic
It's pretty good. FSM is something that is certainly efficient. it all depends on the scope and size of the project. Personally I have used that approach a lot of times, but when I started undertaking larger projects this approach became too clumsy and code became way to hard to handle. Cheers, m. _____
From: subhashinimanne [mailto:subhashinimanne@...] Sent: Monday, May 10, 2004 12:54 AM To: lpc2000@yahoogroups.com Subject: [lpc2000] State driven approach of embedded system programming I need information regarding State driven approach of EMBEDDED SYSTEM PROGRAMMING. Can anybody provide the material for it. Regards M.Subhashini Yahoo! Groups Sponsor ADVERTISEMENT <http://rd.yahoo.com/SIG=129pgccnk/M=295196.4901138.6071305.3001176/D=groups /S=1706554205:HM/EXP=1084251218/A=2128215/R=0/SIG=10se96mf6/*http:/companion .yahoo.com> click here <http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=groups/S= :HM/A=2128215/rand=623160900> _____ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/lpc2000/ * To unsubscribe from this group, send an email to: lpc2000-unsubscribe@yahoogroups.com <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe> * Your use of Yahoo! Groups is subject to the Yahoo! <http://docs.yahoo.com/info/terms/> Terms of Service.
2004-05-10 by kristianstad2001
Have a look at the site: http://www.quantum-leaps.com/ and Miro Sameks excellent book: Practical Statecharts in C/C++. I highly recommend reading this book and possibly some of the listed references. Also, have a look at VisualState from IAR, which is a graphical tool for drawing hierarchical state diagrams (StateCharts) and generating quite optimized code from them. This is a commercial tool that cost a bit, but there exist a demo version and the documentation is worth reading. //Anders Rosvall Embedded Artists --- In lpc2000@yahoogroups.com, "subhashinimanne" <subhashinimanne@y...> wrote:
> I need information regarding State driven approach of EMBEDDED > SYSTEM PROGRAMMING. > Can anybody provide the material for it. > > Regards > M.Subhashini
2004-05-10 by subhashinimanne
I need concept of Finite state machine approach. --- In lpc2000@yahoogroups.com, "kristianstad2001" <anders@f...> wrote: > Have a look at the site: http://www.quantum-leaps.com/ > and Miro Sameks excellent book: Practical Statecharts in C/C++. > I highly recommend reading this book and possibly some of the listed > references. > Also, have a look at VisualState from IAR, which is a graphical tool > for drawing hierarchical state diagrams (StateCharts) and generating > quite optimized code from them. This is a commercial tool that cost a
> bit, but there exist a demo version and the documentation is worth > reading. > > //Anders Rosvall > Embedded Artists > > --- In lpc2000@yahoogroups.com, "subhashinimanne" > <subhashinimanne@y...> wrote: > > I need information regarding State driven approach of EMBEDDED > > SYSTEM PROGRAMMING. > > Can anybody provide the material for it. > > > > Regards > > M.Subhashini
2004-05-10 by subhashinimanne
First I need to know two things 1. the concepts of state driven approach 2.Real time operation system is Event driven or state driven? 3.how State driven apparoach is designed Regards M.Subashini --- In lpc2000@yahoogroups.com, "kristianstad2001" <anders@f...> wrote: > Have a look at the site: http://www.quantum-leaps.com/ > and Miro Sameks excellent book: Practical Statecharts in C/C++. > I highly recommend reading this book and possibly some of the listed > references. > Also, have a look at VisualState from IAR, which is a graphical tool > for drawing hierarchical state diagrams (StateCharts) and generating > quite optimized code from them. This is a commercial tool that cost a
> bit, but there exist a demo version and the documentation is worth > reading. > > //Anders Rosvall > Embedded Artists > > --- In lpc2000@yahoogroups.com, "subhashinimanne" > <subhashinimanne@y...> wrote: > > I need information regarding State driven approach of EMBEDDED > > SYSTEM PROGRAMMING. > > Can anybody provide the material for it. > > > > Regards > > M.Subhashini