2010-07-12 02:49 PM
Code size/speed for 8/16/32 bit variables
2011-05-17 04:58 AM
The word size of the STM32 is 32-bits, which is an 'int' in EWARM, so if you don't care about RAM usage use that (or 'unsigned int').