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/TMS320F28335: SIZE OF INT ,CHATT,FLOAT,DOUBLE,LONG LONG INT ON CCS

Part Number: TMS320F28335

Tool/software: Code Composer Studio

DEAR SIR, 

                PLEASE TELL ME SIZE OF INT ,CHATT,FLOAT,DOUBLE,LONG LONG INT ON CCS SOFTWARE

  • Hello
    The size depends more on a compiler and target CPU than on the IDE.
    In your case (F28335): int, char - 16 bit; float, double, long, long int - 32bit. Long long, long double - 64 bit.
    You can find full information in the C28 C/C++ compiler reference - document number SPRU514, paragraph "Language Implementation -> Data Types"