Hi, I have a very weird problem. I will narrow it down as much as I can. STM32F767.I have a struct with various variables, total is 30 bytes. But somehow, the sizeof(struct) is 32! typedef struct { uint32_t var1; // 0int16_t var2; // 4int16_t var3; /...