Memory alignment of STM32
Posted on February 21, 2014 at 08:45Hi, every one.I create this structure. Then I try to find size of this structure. But it seem wrong.typedef struct { uint8_t a; uint8_t b; uint16_t c; uint16_t d; uint8_t e;} test;sizeof (test) =...