
MISRA-C is a subset of C programming specified by MISRA. The goal of MISRA-C is to provide guidelines on how to generate safe, reliable, portable code. MISRA-C is targeted at embedded systems, specifically automotive systems.
To comply with MISRA-C you need an understanding of the 141 rules (121 mandatory and 20 advisory). As well as this understanding, it can help to utilise a static analysis tool, such as Parasoft's C++Test software.
At Absolute Software we have an understanding of MISRA-C, allowing us to implement these principles in your project, whether its automotive or not.