This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C2000: MISRA 2004 Rule 5.3 checked?

According to misra.txt that comes with CGTools 6.1.4, MISRA Rule 5.3 is not checked.

However I get the message:

MISRA-C:2004 5.3/R) A typedef name shall be a unique identifier ("Access")

Are there any updates for misra.txt?

Regards, Johannes

  • Unfortunately, misra.txt is out of date.  A more up to date list can be found in the CCS build options dialog.  Please see the screen shot below.

    Thanks and regards,

    -George

  • I still use CCSv3.3.

    Are there plans to update misra.txt?

    I also would like to have more detailed information to what degree the rules are covered by the compiler's misra checker.

    My experiments showed quite a few false positives which made the whole check sort of pointless.

    Thanks anyway.