• MISRA inconsistency
    evidently MIrA does not allow if (bool_something == true) but doee not allow if (int_comething) am I confoosed between the various versions, trying to use 2012
  • MISRA-C
    MISRA stands for "Motor Industry Software Reliability Association". IAR has an Embedded Workbench which I believe is a Tester to verify the implementation for the MISRA C rules. Does KEIL have a...
  • Keil with MISRA checker
    Do keil 5 suport misra rule checker. Can we integrate some how with keil 4.7
  • MISRA C Union Workaround
    Hello everyone, I am writing some code using an 8051 device and I'm trying to make the code MISRA C compliant. One of the MISRA C rules is that unions are not allowed (and truthfully, I don't fully...
  • it takes two to tango but MISRA and Keil do not
    it takes two to tango but MISRA and Keil do not make good partners. OK I have the following typedef signed char int8_t; typedef unsigned char uint8_t; the above to avoid depending on the compiler...