• Keil with MISRA checker
    Do keil 5 suport misra rule checker. Can we integrate some how with keil 4.7
  • 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
    hi all I am using AT91SAM7S64 controller and keil as the compiler ,we r developing a industrial control system product, so following their standard MISRA C has to be used to develope the product...
  • 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...
  • 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...