Skip to content
OlegHahm edited this page Oct 20, 2014 · 4 revisions

MSPGCC

We recommend to use the MSPGCC toolchain

MSPDebug

For flashing and debugging MSPDebug is useful tool.

Data Type Sizes

sizeof(short): 2
sizeof(int): 2
sizeof(long): 4
sizeof(long): 8
sizeof(float): 4
sizeof(double): 4
Clone this wiki locally