Misra Violation 10.1 regarding statement operations (MISRA C 2012)...
Read MoreCould define variable 'EL_adv' at block scope [MISRA 2012 Rule 8.9, advisory] | pclint 9003 ...
Read Moreconversion between a pointer to function and another type [MISRA 2012 Rule 11.1, required] | pclint ...
Read MoreMISRA C++ 2008 Rule 5-2-3 Advisory: Casts from a base class to a derived class should not be perform...
Read MoreDependence placed on C/C++ operator precedence; operators '&&' and '==' [MIS...
Read MoreWarning: "An expression which is the result of a ~ or << operation has not been cast to i...
Read MoreC struct information hiding (Opaque pointer)...
Read MoreHow to assign bitfield variable to uint8_t variable without violating MISRA rules?...
Read MoreDoes MISRA check if array index out of bounds?...
Read MoreMISRA Violation Rule 10.1 and Enums...
Read MoreMISRA C-2012 Rule 10.3 violation due to adding of two 8 bit variables which resulted in 32 bit...
Read MoreMISRA2004-12_8-3 rule has static analysis violation for RHS operand (32u - n) even with limits check...
Read MoreHow to cast unsigned integer to enum using CMSIS API...
Read MoreMISRA: Compound Assignment operators...
Read MoreBest practice for compute the function return value...
Read MoreMISRA 5-2-1 rule requires postfix-expressions?...
Read MoreMISRA 2008: Cannot understand 5-0-13 rule...
Read MoreRead volatile variable has persistent effect? Misra C...
Read MoreC-languge: Creating a generic function out of two similiar functions which have different return val...
Read MoreIs it possible to suppress MISRA warning in QA-C...
Read Morec++: Need correct syntax to avoid MISRA 14-6-1 warning. Class template with dependent base class...
Read MoreMISRA C 11.9 The macro NULL shall be the only permitted form of integer null pointer constant...
Read MoreMISRA Violation 12.9 Operand of unary minus is unsigned...
Read MoreRule 2.3 MISRA A project should not contain unused type declarations...
Read MoreImplementation-defined behavior in C...
Read MoreRule 14.2 A for loop shall be well-formed for MISRA C 2012...
Read MoreWhat is the wrong in the following c code ? MISRA quality warning message...
Read MoreMissing declaration for object definition (Rule MisraC2012-8.4)...
Read MoreIs there a way to make an enum unsigned in the C90 standard? (MISRA-C 2004 compliant)...
Read More