Skip to content
David Brown edited this page Aug 9, 2021 · 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 long): 8
sizeof(float): 4
sizeof(double): 4
Clone this wiki locally