On this page you find interesting resources that might help you to become a better embedded software engineer.
Send us links to interesting material if you think it should appear here.
Practical Model-Based Testing: A Tools Approach from Mark Utting and Bruno Legeard. Chapter 5 discusses “Testing from finite state machines”. |
“Test-Driven Development for Embedded C” from James W. Grenning. It teaches you how to use the unit testing frameworks Unity and CppUTest to test embedded software. This book does not explicitly discuss state machine testing. |
“Constructing the User Interface with Statecharts” by Ian Horrocks was published 1999. But still gives very good introductions how to use state machine for designing user interfaces. Using concrete and extensively discussed examples, such as a CD player, he shows how to practically design GUIs with statecharts. Due to the chosen examples it is specifically useful for UI designers of real physical devices. |
—-