25-11-2009, 07:35 PM
Hi,
You can cheat:
This is compliant but IMHO should be a violation of the spirt or the MISRA rules!
Certain low level code will indeed violate MISRA rules, and a deviation can and should be raised.
You can cheat:
Code:
ptr = (unsigned char*)( (void*)0x12 );
Certain low level code will indeed violate MISRA rules, and a deviation can and should be raised.
<t></t>