Skip to main content
ezyreach
Associate III
January 19, 2011
Question

Re: Data Types in STM

  • January 19, 2011
  • 1 reply
  • 480 views
Posted on January 19, 2011 at 12:37

Re: Data Types in STM

    This topic has been closed for replies.

    1 reply

    Andrew Neil
    Super User
    May 17, 2011
    Posted on May 17, 2011 at 14:21

    uint8_t, uint16_t, uint32_t are internationally standardised by the ISO;

    u8, u16, u32  are not!

    (nothing specifically to do with the STM32 here)
    A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.