Hello Jorge
For MK10DX256VLH7, CodeWarrior v10.6.4 includes both GCC compiler and Freescale compiler.
In general, the data type information should be included in the compiler manual for each MCU platform.
But, in the documents in CW 10.x, this manual does not include such information. I need report it to the document team.
For the data type information of Kinetis, you can get it from attached header file limits_api.h
(it locates at:
{cw 10.x}MCU\ARM_GCC_Support\ewl\EWL_C\include
{cw 10.x}MCU\ARM_EABI_Support\ewl\EWL_C\include
).
From them, we can get the size for data type is:
char – 8 bit
short – 2 bytes
int – 4 bytes
long – 4 bytes
long long – 8 bytes
Fiona Kuang
Technical Information & Commercial Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------