Search code examples
Where are Cortex-specific functions like __wfi() defined in Keil?...


ckeilfunction-prototypesmisra

Read More
Why does cppcheck's MISRA scan complain about incrementing a structure member of a volatile poin...


clanguage-lawyermisracppcheck

Read More
Why does MISRA use this idea of "essential types" for integer constants, when the C standa...


clanguage-lawyermisra

Read More
MISRA C:2012 violations with enums in C99...


cenumsc99misrascitools-understand

Read More
MISRA C++-2008 Rule 5-0-15 - Array indexing shall be the only form of pointer arithmetic...


c++pointersmisra

Read More
Can I use MISRA C++:2023 with C++14?...


c++c++14misra

Read More
MISRA C 2012: Rule-10.5...


cbooleanmisratypecasting-operatorqa-c

Read More
Cppcheck, how inline-suppression works with MISRA add-on...


cppcheckmisra

Read More
How to make C code to MISRA C:2012 compliance?...


cembeddedmisra

Read More
Cppcheck GUI : How to enable Cppcheck MISRA addons via the GUI?...


misracppcheck

Read More
MISRA Rule 10.4 Violation...


cmisra

Read More
integer promotion isn't taken into account...


cshiftc89misrainteger-promotion

Read More
What is the benefit of terminating if … else if constructs with an else clause?...


cmisrasafety-critical

Read More
How to remove MISRA C errors/warnings on bitwise operations in firmware?...


cmisra

Read More
Is it safe to pass a uint32_t to a function which defines the input type as uint64_t?...


cmisra

Read More
Sizeof compound literal array producing side effects?...


cmisra

Read More
PC-lint suppress error within `/* ... */` block comment...


cmisrapc-lint

Read More
How to fix MISRA issue 14.3...


cmisra

Read More
Is evaluating C expression in the function argument violating MISRA C guideline?...


ccompiler-optimizationmisra

Read More
Undefined behavior with pointer casts in C99 and MISRA C:2012...


cpointersundefined-behaviorc99misra

Read More
Design of a method and data structures to process various data types...


csoftware-designmisra

Read More
What's the difference between "dead code" and "unreachable code"?...


standardsstandards-compliancemisra

Read More
MISRA C:2012 11.3 violation casting (float *) to (uint32_t *)...


cpointersmisrapointer-conversion

Read More
Unpermitted operand to operator '>>' and '&' (MISRA C)...


cembeddedmisra

Read More
Compatible declaration for __attribute__ ((section(".abc.dfe"))) const volatile uint8 attr...


c++cembeddedmisra

Read More
Efficient solutions for vector type definitions and data protection in C...


cpointersmisra

Read More
C++ memory management and Misra...


c++memory-managementnew-operatormisrastatic-memory-allocation

Read More
This assignment is redundant. The value of this object is never used before being modified | MISRA_2...


cmisraqa-c

Read More
Why "continue" is considered as a C violation in MISRA C:2004?...


ccontinuemisra

Read More
MISRA C:2012 Rule 11.3 A cast shall not be performed between a pointer to object type and a pointer ...


cmisrapointer-conversion

Read More
BackNext