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.

CCS/AM3352: How to enable C11?

Part Number: AM3352

Tool/software: Code Composer Studio

chip: am3352

compiler: TI v5.25

I want to implement override in C, so I need keyword _Generic which is supported by C11.

I checked the manual "ARM Optimizing C and C++ Compiler v18_12_0_LTS User Guide". 

The compiler supports the 2011 standard of C as standardized by the ISO

How do I enable it in CCS?