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?