Is there a printf specifier that requires float not double?...
Read MoreWhy does an anonymous enum fails MISRA C 2012 rule 10.3 and a named enum doesn't?...
Read MoreWhy do I have to cast an enum element when assigning it to a same enum variable type in C?...
Read MoreWhy there shall be no more than one read access with volatile-qualified type within one sequence poi...
Read MoreHow to fix MISRA warning: MISRA 18.4 (C90-2012 adv.)...
Read MoreBitwise operation with (signed) enum value...
Read MoreDoes size_t foo = 0; need a cast?...
Read MorePassing buffers in C with MISRA compliance...
Read MoreWhere are Cortex-specific functions like __wfi() defined in Keil?...
Read MoreMISRA C 2004 10.1, signedness of printf "%x"...
Read MoreIs Form Feed character (FF) valid in MISRA C2 standard...
Read MoreHow to encode East-European (Polish) signs using simple escape sequences?...
Read MoreHow to include a variable-sized array as stuct member in C?...
Read MoreConversion of integer to char array in C...
Read Morefunctions shall not be declared at block scope...
Read MoreC/C++ conditional return statements...
Read MoreWhy does MISRA-C:2004 throw an error here?...
Read MoreWhat is the difference between Integral Promotion and Balancing in C?...
Read MoreWhat is the syntax in c to combine statements as a parameter...
Read MoreDoes nested switch case comply to the MISRA C++ 2008 rules?...
Read MoreWhy does redlib define INT8_MIN as (-0x80) and not as (-0x7F) or (-INT8_MAX - 1)...
Read MoreQA-C does not give a warning on multiple return statements in one project but does in the other?...
Read MoreHow to make (1 << 9) pass MISRA?...
Read MoreMISRA-C++:2008[8-4-3] : return in all exit path in function...
Read MoreMISRA: Bitwise operation on signed integer...
Read MoreHow to create a std::shared_ptr without violating MISRA C++ 2008 Advisory Rule 14-8-2?...
Read MoreHow to insert items in std::map without violating MISRA C++ 2008 Required Rule 5-2-12?...
Read MoreMISRA04 casting a typedef struct pointer as int pointer...
Read MoreInitializing char arrays and MISRA errors...
Read More