This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Structure Size

Hi....I am writing code for STR710FZ2 using Keil compiler.when i checked the sizeof a structure which i defined i got the size as 12 eventhough the actual size is 10.Since arm is 32 bit i can only defines structure whose size is a multiply of 4...can anybody tell me a way to overcome this problem....

0