I’m investigating whether there is a broadly recognized software architecture tailored for professional embedded system development. Specifically, I’m curious if a universal framework exists across industries or if each branch customizes its own system. For example, the automotive sector follows AUTOSAR. I would appreciate insights on whether similar standardized architectures are adopted in other fields of embedded development. Any detailed explanations or examples that help clarify this concept would be highly valued. Thank you for your support!
In my experience, while there isn’t a single universal software architecture for all embedded systems, many industries have developed and standardized their own frameworks to ensure reliability and maintainability. The automotive sector is one example with AUTOSAR, but similar approaches are seen in aerospace with ARINC 653 and in medical devices following IEC 62304 guidelines. Often, companies leverage these industry-specific standards as a foundation, then customize and enhance them to address their unique requirements, balancing standardized best practices with the nuances of individual projects.
i believe most embedded systems use core guidelines then tweak it to fit their needs. there’s no one solid framework. its more about adapting the base arch for specific safety & performance reqs, rather than following a universal design.
hey, i also find it interesting how each industry tweaks their approach. i wonder if sectors like telecom or robotics use their own unique standards too? any one got more insights on that, or think there might be a trend towards a common framework?