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.

Compiler: CCS Compile data type

Tool/software: TI C/C++ Compiler

Q1:Compile data type No uint8,How to use CLA?



Q2:Uint8, uint16, global variable in the map data size is consistent。

 

look at variable CCPTEST1,CCPTEST2,CCPTEST3.

CCPTEST1 is Uint32.CCPTEST2 is unsiged char ,CCPTEST3 is Uint16.

Then in the map file,CCPTEST3 and CCPTEST2 has same size.(0000a9c4 - 0000a9c3 = 1),(0000a9c3 - 0000a9c2 = 1).

 

Q3:ccs map file ,What is the length of an address unit, 8byte or 16byte? as that,(0000a9c4 - 0000a9c3 = 1) ,what the size of the 1?