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.
Hi is it possible to configure CSS so that it does not perform Misra checks on external files, specifically the ti header files?
Thank you
James
HI James,
there are some rules you can turn on and off in the project settings yes. What version of CCS and target are you using? Have you checked the advanced compiler options under your project properties?
Best REgards,
LIsa
James Hough104150 said:Hi is it possible to configure CSS so that it does not perform Misra checks on external files, specifically the ti header files?
There is no build option in CCS to do this as far as I know, but you can do it in the code with a #pragma. Please see this post.