Content originally posted in LPCWare by KaraMuraT on Sat Jul 10 07:39:00 MST 2010
A little note:
If you want to write MISRA-C compatible code, you must not use "//" style line comments. You have to use "/* */" style.
This really causes a slowdown in development process at the time making some code practices, but saves you from forgetting some necessary codes line commented, for the release version.