This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 such a tool?

If there a PDF document available that spells out the rules. I have search and all I can find are test suites.

Parents
  • "IAR has an Embedded Workbench which I believe is a Tester to verify the implementation for the MISRA C rules."

    IAR's "Embedded Workbench" is their equivalent of Keil's uVision: it's their IDE, so it may well include a conformance tester, but it isn't in itself a conformance tester.

    "If there a PDF document available that spells out the rules."

    Yes - you have to buy it from MISRA: http://www.misra.org.uk/

    Unfotunately, MISRA is one of the old-school standards bodies that insists on charging for its standards :-(

Reply
  • "IAR has an Embedded Workbench which I believe is a Tester to verify the implementation for the MISRA C rules."

    IAR's "Embedded Workbench" is their equivalent of Keil's uVision: it's their IDE, so it may well include a conformance tester, but it isn't in itself a conformance tester.

    "If there a PDF document available that spells out the rules."

    Yes - you have to buy it from MISRA: http://www.misra.org.uk/

    Unfotunately, MISRA is one of the old-school standards bodies that insists on charging for its standards :-(

Children