We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
it takes two to tango but MISRA and Keil do not make good partners.
OK I have the following typedef signed char int8_t; typedef unsigned char uint8_t; the above to avoid depending on the compiler re (un)signed typedef char mchar_t; // auxilary for MISRA and strcpy
Ok strcpy (xxx..... gives no error if char xxx.... mchar_t xxx..... but gives rerror for both int8_t xxx... uint8_t xxx..