Solved
Data types supported and definition
Hi,
where can I find the data types supported by CubeIDE compiler, the documentation also specifying their size/ranges?
Thank you
Hi,
where can I find the data types supported by CubeIDE compiler, the documentation also specifying their size/ranges?
Thank you
CubeIDE uses the open source GCC compiler, which supports all standard C data styles.
Mostly, you work with:
uint8_t - 1 byte - 0 to 255
uint16_t - 2 bytes - 0 to 65535
uint32_t - 4 bytes - 0 to 4294967295Less commonly, you work with the signed variants.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.