cancel
Showing results for 
Search instead for 
Did you mean: 

Code size/speed for 8/16/32 bit variables

Posted on July 12, 2010 at 23:49

Code size/speed for 8/16/32 bit variables

1 REPLY 1
swhite2
Associate III
Posted on May 17, 2011 at 13:58

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').