Skip to main content
ivan239955_stm1_stmicro_com
Associate III
July 12, 2010
Question

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

  • July 12, 2010
  • 1 reply
  • 569 views
Posted on July 12, 2010 at 23:49

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

    This topic has been closed for replies.

    1 reply

    swhite2
    Associate II
    May 17, 2011
    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').